diff options
Diffstat (limited to '')
-rw-r--r-- | ClientHamr/extantz/extantz.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ClientHamr/extantz/extantz.c b/ClientHamr/extantz/extantz.c index 1a6669c..84567fe 100644 --- a/ClientHamr/extantz/extantz.c +++ b/ClientHamr/extantz/extantz.c | |||
@@ -469,6 +469,8 @@ static void _on_camera_input_down(void *data, Evas *evas, Evas_Object *obj, void | |||
469 | Print Screen / SysRq, Pause / Break, other oddball keys, also not interested. | 469 | Print Screen / SysRq, Pause / Break, other oddball keys, also not interested. |
470 | NOTE - gonna have an easily programmable "bind key to command" thingy, like E17s, so that can deal with other keys. | 470 | NOTE - gonna have an easily programmable "bind key to command" thingy, like E17s, so that can deal with other keys. |
471 | Should even let them be saveable so people can swap them with other people easily. | 471 | Should even let them be saveable so people can swap them with other people easily. |
472 | |||
473 | TODO - implement things like space mouse, sixaxis, phone as controller, joysticks, data gloves, etc. | ||
472 | */ | 474 | */ |
473 | 475 | ||
474 | /* A moveRotate array of floats. | 476 | /* A moveRotate array of floats. |