Struct csfml_window_sys::sfEvent [] [src]

#[repr(C)]
pub struct sfEvent { pub type_: __BindgenUnionField<sfEventType>, pub size: __BindgenUnionField<sfSizeEvent>, pub key: __BindgenUnionField<sfKeyEvent>, pub text: __BindgenUnionField<sfTextEvent>, pub mouseMove: __BindgenUnionField<sfMouseMoveEvent>, pub mouseButton: __BindgenUnionField<sfMouseButtonEvent>, pub mouseWheel: __BindgenUnionField<sfMouseWheelEvent>, pub mouseWheelScroll: __BindgenUnionField<sfMouseWheelScrollEvent>, pub joystickMove: __BindgenUnionField<sfJoystickMoveEvent>, pub joystickButton: __BindgenUnionField<sfJoystickButtonEvent>, pub joystickConnect: __BindgenUnionField<sfJoystickConnectEvent>, pub touch: __BindgenUnionField<sfTouchEvent>, pub sensor: __BindgenUnionField<sfSensorEvent>, pub bindgen_union_field: [u32; 6], }

Fields

Trait Implementations

impl Debug for sfEvent
[src]

Formats the value using the given formatter.

impl Copy for sfEvent
[src]

impl Clone for sfEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more