pub struct Struct_Unnamed15 {
pub x: c_int,
pub y: c_int,
pub dx: c_int,
pub dy: c_int,
pub cx: c_int,
pub cy: c_int,
pub dcx: c_int,
pub dcy: c_int,
pub lbutton: _bool,
pub rbutton: _bool,
pub mbutton: _bool,
pub lbutton_pressed: _bool,
pub rbutton_pressed: _bool,
pub mbutton_pressed: _bool,
pub wheel_up: _bool,
pub wheel_down: _bool,
}Fields
x | |
y | |
dx | |
dy | |
cx | |
cy | |
dcx | |
dcy | |
lbutton | |
rbutton | |
mbutton | |
lbutton_pressed | |
rbutton_pressed | |
mbutton_pressed | |
wheel_up | |
wheel_down | |
Trait Implementations
Derived Implementations