Commit Graph

6 Commits

Author SHA1 Message Date
Bernhard Kaindl 3036e4f0a3 Use select_menuitem_by_touch() to support touch input in difficulty menu 2012-08-07 10:40:22 +02:00
Bernhard Kaindl 728d2eca1a Use select_menuitem_by_touch() to support touch input in the episode menu 2012-08-07 10:37:53 +02:00
Bernhard Kaindl 7d953b3645 Use select_menuitem_by_touch() to support touch input in gameplay(player) menu 2012-08-07 10:35:56 +02:00
Bernhard Kaindl 2cd039e9fd First commit to prepare menu support for touch-based Android input:
Preparation to convert start menus from mouse move input (which does not work
at all with touch screen devices) to touch input:

New function select_menuitem_by_touch(), to be used in the next commits:
- modified:   project/jni/application/opentyrian/src/menus.cpp
- modified:   project/jni/application/opentyrian/src/menus.h

Inside #ifdef ANDROID: Disable mouse move input handling in JE_textMenuWait()
- modified:   project/jni/application/opentyrian/src/setup.cpp
2012-08-07 10:17:51 +02:00
pelya f99fd72f38 OpenTyrian: Volume Up/Down keys navigate menu, mouse click will exit Enter High Score screen 2010-09-20 15:53:04 +03:00
pelya 51bc7a8e3e Moved all files one dir upwards (should've done that long ago) 2010-08-16 13:15:59 +03:00