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

ALLEGRO_TOUCH_INPUT_STATE - Allegro 5 API

Description

       This is a structure that holds a snapshot of all simultaneous touches at a particular instant.

       Public fields (read only):

       • touches - an array of ALLEGRO_TOUCH_STATE(3alleg5)

Name

       ALLEGRO_TOUCH_INPUT_STATE - Allegro 5 API

Since

       5.1.0

Allegro reference manual                                                      ALLEGRO_TOUCH_INPUT_STATE(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              typedef struct ALLEGRO_TOUCH_INPUT_STATE ALLEGRO_TOUCH_INPUT_STATE;

See Also