Struct sdl2_sys::SDL_TextEditingEvent [] [src]

#[repr(C)]
pub struct SDL_TextEditingEvent { pub type_: Uint32, pub timestamp: Uint32, pub windowID: Uint32, pub text: [c_char; 32], pub start: Sint32, pub length: Sint32, }

\brief Keyboard text editing event structure (event.edit.*)

Fields

< ::SDL_TEXTEDITING

< The window with keyboard focus, if any

< The editing text

< The start cursor of selected editing text

< The length of selected editing text

Trait Implementations

impl Debug for SDL_TextEditingEvent
[src]

[src]

Formats the value using the given formatter.

impl Copy for SDL_TextEditingEvent
[src]

impl Clone for SDL_TextEditingEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more