allegro v4.0.2+5.2.0 (2018-05-26T20:21:37Z)
Home
Dub
Repo
ALLEGRO_KEYBOARD_STATE
allegro5
keyboard
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nothrow @
nogc
extern (
C
)
struct
ALLEGRO_KEYBOARD_STATE {
ALLEGRO_DISPLAY
*
display
;
uint
[(
ALLEGRO_KEY_MAX
+
31
) /
32
]
__key_down__internal__
;
}
Members
Variables
__key_down__internal__
uint
[(
ALLEGRO_KEY_MAX
+
31
) /
32
]
__key_down__internal__
;
Undocumented in source.
display
ALLEGRO_DISPLAY
*
display
;
Undocumented in source.
Meta
Source
See Implementation
allegro5
keyboard
functions
al_get_keyboard_event_source
al_get_keyboard_state
al_install_keyboard
al_is_keyboard_installed
al_key_down
al_keycode_to_name
al_set_keyboard_leds
al_uninstall_keyboard
structs
ALLEGRO_KEYBOARD
ALLEGRO_KEYBOARD_STATE