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

Data Fields

bool moved
 
struct widgetpwindow
 
int prev_x
 
int prev_y
 
float prev_x
 
float prev_y
 

Detailed Description

Definition at line 39 of file widget_window.c.

Field Documentation

◆ moved

bool move::moved

Definition at line 40 of file widget_window.c.

Referenced by move_window_motion().

◆ prev_x [1/2]

int move::prev_x

Definition at line 42 of file widget_window.c.

◆ prev_x [2/2]

float move::prev_x

Definition at line 38 of file widget_window.c.

◆ prev_y [1/2]

int move::prev_y

Definition at line 43 of file widget_window.c.

◆ prev_y [2/2]

float move::prev_y

Definition at line 39 of file widget_window.c.

◆ pwindow

struct widget * move::pwindow

Definition at line 41 of file widget_window.c.

Referenced by move_window().