Touch input
- ALLEGRO_TOUCH_INPUT
- ALLEGRO_TOUCH_INPUT_STATE
- ALLEGRO_TOUCH_STATE
- ALLEGRO_MOUSE_EMULATION_MODE
- al_is_touch_input_installed
- al_install_touch_input
- al_uninstall_touch_input
- al_get_touch_input_state
- al_set_mouse_emulation_mode
- al_get_mouse_emulation_mode
- al_get_touch_input_event_source
- al_get_touch_input_mouse_emulation_event_source
ALLEGRO_TOUCH_INPUT
Not yet documented.
Since: 5.1.0
ALLEGRO_TOUCH_INPUT_STATE
typedef struct ALLEGRO_TOUCH_INPUT_STATE ALLEGRO_TOUCH_INPUT_STATE;
Not yet documented.
Since: 5.1.0
ALLEGRO_TOUCH_STATE
Not yet documented.
Since: 5.1.0
ALLEGRO_MOUSE_EMULATION_MODE
typedef enum ALLEGRO_MOUSE_EMULATION_MODE
Not yet documented.
Since: 5.1.0
al_is_touch_input_installed
bool al_is_touch_input_installed(void)
Not yet documented.
Since: 5.1.0
al_install_touch_input
bool al_install_touch_input(void)
Not yet documented.
Since: 5.1.0
al_uninstall_touch_input
void al_uninstall_touch_input(void)
Not yet documented.
Since: 5.1.0
al_get_touch_input_state
void al_get_touch_input_state(ALLEGRO_TOUCH_INPUT_STATE *ret_state)
Not yet documented.
Since: 5.1.0
al_set_mouse_emulation_mode
void al_set_mouse_emulation_mode(int mode)
Not yet documented.
Since: 5.1.0
al_get_mouse_emulation_mode
int al_get_mouse_emulation_mode(void)
Not yet documented.
Since: 5.1.0
al_get_touch_input_event_source
ALLEGRO_EVENT_SOURCE *al_get_touch_input_event_source(void)
Not yet documented.
Since: 5.1.0
al_get_touch_input_mouse_emulation_event_source
ALLEGRO_EVENT_SOURCE *al_get_touch_input_mouse_emulation_event_source(void)
Not yet documented.
Since: 5.1.0