Struct sdl2::keyboard::ll::SDL_Keysym[src]
pub struct SDL_Keysym { pub scancode: SDL_Scancode, pub sym: SDL_Keycode, pub _mod: uint16_t, pub unused: uint32_t, }
Fields
scancode | |
sym | |
_mod | |
unused |
pub struct SDL_Keysym { pub scancode: SDL_Scancode, pub sym: SDL_Keycode, pub _mod: uint16_t, pub unused: uint32_t, }
scancode | |
sym | |
_mod | |
unused |
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
(or str
), enum
,
trait
, typedef
(or
tdef
).