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_STATE - Allegro 5 API

Description

       This is a structure that is used to hold a “snapshot” of a touch at a particular instant.

       Public fields (read only):

       • id - identifier of the touch.  If the touch is valid, this is positive.

       • x - touch x position

       • y - touch y position

       • dx - touch relative x position

       • dy - touch relative y position

       • primary - TRUE if this touch is the primary one (usually the first one).

       • display - The ALLEGRO_DISPLAY(3alleg5) that was touched.

Name

       ALLEGRO_TOUCH_STATE - Allegro 5 API

Since

       5.1.0

Allegro reference manual                                                            ALLEGRO_TOUCH_STATE(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              typedef struct ALLEGRO_TOUCH_STATE ALLEGRO_TOUCH_STATE;

See Also