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

Allegro version 5.1.2 (SVN) - Last updated: 2012-02-13 23:36:15 UTC