Struct csfml_window_sys::sfKeyEvent [] [src]

#[repr(C)]
pub struct sfKeyEvent { pub type_: sfEventType, pub code: sfKeyCode, pub alt: sfBool, pub control: sfBool, pub shift: sfBool, pub system: sfBool, }

Fields

Trait Implementations

impl Debug for sfKeyEvent
[src]

Formats the value using the given formatter.

impl Copy for sfKeyEvent
[src]

impl Clone for sfKeyEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more