allegro v4.0.2+5.2.0 (2018-05-26T20:21:37Z)
Home
Dub
Repo
ALLEGRO_MOUSE_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.
nothrow @
nogc
extern (
C
)
struct
ALLEGRO_MOUSE_EVENT {
ALLEGRO_DISPLAY
*
display
;
int
x
;
int
y
;
int
z
;
int
w
;
int
dx
;
int
dy
;
int
dz
;
int
dw
;
uint
button
;
float
pressure
;
}
Members
Variables
button
uint
button
;
Undocumented in source.
display
ALLEGRO_DISPLAY
*
display
;
dw
int
dw
;
Undocumented in source.
dx
int
dx
;
dy
int
dy
;
dz
int
dz
;
Undocumented in source.
pressure
float
pressure
;
w
int
w
;
Undocumented in source.
x
int
x
;
y
int
y
;
z
int
z
;
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