Struct csfml_window_sys::sfTouchEvent [] [src]

#[repr(C)]
pub struct sfTouchEvent { pub type_: sfEventType, pub finger: c_uint, pub x: c_int, pub y: c_int, }

Fields

Trait Implementations

impl Debug for sfTouchEvent
[src]

[src]

Formats the value using the given formatter.

impl Copy for sfTouchEvent
[src]

impl Clone for sfTouchEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more