diff options
author | David Walter Seikel | 2014-03-18 04:44:51 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-03-18 04:44:51 +1000 |
commit | 8cbac6a8f92c6d1b42c587d6744e1b3dbb4fbdaf (patch) | |
tree | 1591a733b488d1da34bdf2b2d7b0c01fa3532793 | |
parent | Added eo notes. (diff) | |
download | SledjHamr-8cbac6a8f92c6d1b42c587d6744e1b3dbb4fbdaf.zip SledjHamr-8cbac6a8f92c6d1b42c587d6744e1b3dbb4fbdaf.tar.gz SledjHamr-8cbac6a8f92c6d1b42c587d6744e1b3dbb4fbdaf.tar.bz2 SledjHamr-8cbac6a8f92c6d1b42c587d6744e1b3dbb4fbdaf.tar.xz |
TODO++
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. |