|
Freeciv-3.4
|
#include <gui_main.h>
Data Fields | |
| bool | counting |
| Uint32 | finger_down_ticks |
| enum mouse_button_hold_state | hold_state |
| SDL_TouchFingerEvent | event |
| struct tile * | ptile |
Definition at line 85 of file gui_main.h.
| bool finger_behavior::counting |
Definition at line 86 of file gui_main.h.
Referenced by main_finger_down_handler(), and main_finger_up_handler().
| SDL_TouchFingerEvent finger_behavior::event |
Definition at line 89 of file gui_main.h.
Referenced by finger_up_on_map(), main_finger_down_handler(), and main_finger_up_handler().
| Uint32 finger_behavior::finger_down_ticks |
Definition at line 87 of file gui_main.h.
Referenced by main_finger_down_handler(), and main_finger_up_handler().
| enum mouse_button_hold_state finger_behavior::hold_state |
Definition at line 88 of file gui_main.h.
Referenced by main_finger_down_handler().
Definition at line 90 of file gui_main.h.
Referenced by main_finger_down_handler().