al_get_touch_input_event_source - Man Page

Allegro 5 API

Synopsis

#include <allegro5/allegro.h>

ALLEGRO_EVENT_SOURCE *al_get_touch_input_event_source(void)

Description

Returns the global touch input event source. This event source generates [touch input events]ALLEGRO_EVENT_TOUCH_BEGIN(3).

Since

5.1.0

See Also

ALLEGRO_EVENT_SOURCE(3), al_register_event_source(3)

Info

Allegro reference manual