Struct ui_sys::uiAreaMouseEvent [] [src]

#[repr(C)]
pub struct uiAreaMouseEvent { pub X: c_double, pub Y: c_double, pub AreaWidth: c_double, pub AreaHeight: c_double, pub Down: c_int, pub Up: c_int, pub Count: c_int, pub Modifiers: uiModifiers, pub Held1To64: u64, }

Fields

Trait Implementations

impl Copy for uiAreaMouseEvent
[src]

impl Clone for uiAreaMouseEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for uiAreaMouseEvent
[src]

[src]

Formats the value using the given formatter.