- al_get_keyboard_event_source
ALLEGRO_EVENT_SOURCE* al_get_keyboard_event_source()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_keyboard_state
void al_get_keyboard_state(ALLEGRO_KEYBOARD_STATE* ret_state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_install_keyboard
bool al_install_keyboard()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_is_keyboard_installed
bool al_is_keyboard_installed()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_key_down
bool al_key_down(ALLEGRO_KEYBOARD_STATE* state, int keycode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_keycode_to_name
const_char* al_keycode_to_name(int keycode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_set_keyboard_leds
bool al_set_keyboard_leds(int leds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_uninstall_keyboard
void al_uninstall_keyboard()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.