]> git.sesse.net Git - pistorm/blobdiff - config_file/config_file.h
support stealing the keyboard from the input layer
[pistorm] / config_file / config_file.h
index b9fe43876fb2a2eb03224e07b0c6b77ce5a64233..3af4758bc477b5369a79dbd57c150e7cef98bc8b 100644 (file)
@@ -68,7 +68,7 @@ struct emulator_config {
   char *mouse_file, *keyboard_file;
 
   char mouse_toggle_key, keyboard_toggle_key;
-  unsigned char mouse_enabled, keyboard_enabled;
+  unsigned char mouse_enabled, keyboard_enabled, keyboard_grab;
 
   unsigned int loop_cycles;
   unsigned int mapped_low, mapped_high;