1ALLEGRO_TOUCH_INPUT_STATE(3) ALLEGRO_TOUCH_INPUT_STATE(3)
23
4
NAME
6ALLEGRO_TOUCH_INPUT_STATE - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
typedef struct ALLEGRO_TOUCH_INPUT_STATE ALLEGRO_TOUCH_INPUT_STATE;
12
DESCRIPTION
14This is a structure that holds a snapshot of all simultaneous touches
15at a particular instant.
1617
Public fields (read only):
1819
• touches - an array of ALLEGRO_TOUCH_STATE(3)
20
SINCE
225.1.0
2324
25
26
Allegro reference manual ALLEGRO_TOUCH_INPUT_STATE(3)