Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
mouse_button_behavior Struct Reference

#include <gui_main.h>

Data Fields

bool counting
 
Uint32 button_down_ticks
 
enum mouse_button_hold_state hold_state
 
SDL_MouseButtonEventevent
 
struct tileptile
 

Detailed Description

Definition at line 91 of file gui_main.h.

Field Documentation

◆ button_down_ticks

Uint32 mouse_button_behavior::button_down_ticks

◆ counting

bool mouse_button_behavior::counting

◆ event

SDL_MouseButtonEvent * mouse_button_behavior::event

◆ hold_state

enum mouse_button_hold_state mouse_button_behavior::hold_state

◆ ptile

struct tile * mouse_button_behavior::ptile

Definition at line 96 of file gui_main.h.

Referenced by main_mouse_button_down_handler(), and main_mouse_motion_handler().