allegro v4.0.0+5.2.0 (2016-05-07T23:44:02Z)
Home
Dub
Repo
ALLEGRO_TOUCH_EVENT
allegro5
events
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
ALLEGRO_TOUCH_EVENT {
ALLEGRO_DISPLAY
*
display
;
int
id
;
float
x
;
float
y
;
float
dx
;
float
dy
;
bool
primary
;
}
Members
Variables
display
ALLEGRO_DISPLAY
*
display
;
Undocumented in source.
dx
float
dx
;
dy
float
dy
;
Undocumented in source.
id
int
id
;
Undocumented in source.
primary
bool
primary
;
Undocumented in source.
x
float
x
;
y
float
y
;
Undocumented in source.
Meta
Source
See Implementation
allegro5
events
aliases
ALLEGRO_EVENT_TYPE
enums
ALLEGRO_EVENT_JOYSTICK_AXIS
functions
ALLEGRO_EVENT_TYPE_IS_USER
ALLEGRO_GET_EVENT_TYPE
_AL_EVENT_HEADER
al_create_event_queue
al_destroy_event_queue
al_destroy_user_event_source
al_drop_next_event
al_emit_user_event
al_flush_event_queue
al_get_event_source_data
al_get_next_event
al_init_user_event_source
al_is_event_queue_empty
al_is_event_queue_paused
al_is_event_source_registered
al_pause_event_queue
al_peek_next_event
al_register_event_source
al_set_event_source_data
al_unref_user_event
al_unregister_event_source
al_wait_for_event
al_wait_for_event_timed
al_wait_for_event_until
structs
ALLEGRO_ANY_EVENT
ALLEGRO_DISPLAY_EVENT
ALLEGRO_EVENT_QUEUE
ALLEGRO_EVENT_SOURCE
ALLEGRO_JOYSTICK_EVENT
ALLEGRO_KEYBOARD_EVENT
ALLEGRO_MOUSE_EVENT
ALLEGRO_TIMER_EVENT
ALLEGRO_TOUCH_EVENT
ALLEGRO_USER_EVENT
ALLEGRO_USER_EVENT_DESCRIPTOR
unions
ALLEGRO_EVENT