Freeciv-3.2
Loading...
Searching...
No Matches
Data Fields
finger_behavior Struct Reference

#include <gui_main.h>

Data Fields

bool counting
 
Uint32 finger_down_ticks
 
enum mouse_button_hold_state hold_state
 
SDL_TouchFingerEvent event
 
struct tileptile
 

Detailed Description

Definition at line 83 of file gui_main.h.

Field Documentation

◆ counting

bool finger_behavior::counting

Definition at line 84 of file gui_main.h.

Referenced by main_finger_down_handler(), and main_finger_up_handler().

◆ event

SDL_TouchFingerEvent finger_behavior::event

Definition at line 87 of file gui_main.h.

Referenced by finger_up_on_map(), main_finger_down_handler(), and main_finger_up_handler().

◆ finger_down_ticks

Uint32 finger_behavior::finger_down_ticks

Definition at line 85 of file gui_main.h.

Referenced by main_finger_down_handler(), and main_finger_up_handler().

◆ hold_state

enum mouse_button_hold_state finger_behavior::hold_state

Definition at line 86 of file gui_main.h.

Referenced by main_finger_down_handler().

◆ ptile

struct tile * finger_behavior::ptile

Definition at line 88 of file gui_main.h.

Referenced by main_finger_down_handler().