allegro v3.0.0+5.1.8 (2014-09-14T00:00:52Z)
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.
extern (
C
)
struct
ALLEGRO_KEYBOARD_STATE {
ALLEGRO_DISPLAY
*
display
;
uint
__key_down__internal__
;
}
Members
Variables
__key_down__internal__
uint
__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