#include <allegro5/allegro5.h>#include "../include/keyboard.h"Go to the source code of this file.
Functions | |
| void | keydown (ALLEGRO_KEYBOARD_EVENT *kb) |
| void | keyup (ALLEGRO_KEYBOARD_EVENT *kb) |
| void | keyrepeat (ALLEGRO_KEYBOARD_EVENT *kb) |
| void | keyupdate (void) |
| void | keyclear (void) |
| void * | keycheck (KEY_CALLBACK func, void *data) |
Handles keyboard input
Definition in file keyboard.c.
1.6.3