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