logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_get_touch_input_event_source - Allegro 5 API

Description

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

Name

       al_get_touch_input_event_source - Allegro 5 API

See Also

ALLEGRO_EVENT_SOURCE(3alleg5), al_register_event_source(3alleg5)

Allegro reference manual                                                al_get_touch_input_event_source(3alleg5)

Since

       5.1.0

Synopsis

              #include <allegro5/allegro.h>

              ALLEGRO_EVENT_SOURCE *al_get_touch_input_event_source(void)

See Also