allegro ~master (2020-12-21T19:42:05Z)
Home
Dub
Repo
ALLEGRO_TOUCH_STATE
allegro5
touch_input
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_TOUCH_STATE {
int
id
;
float
x
;
float
y
;
float
dx
;
float
dy
;
bool
primary
;
ALLEGRO_DISPLAY
*
display
;
}
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
touch_input
enums
ALLEGRO_MOUSE_EMULATION_MODE
functions
al_get_mouse_emulation_mode
al_get_touch_input_event_source
al_get_touch_input_mouse_emulation_event_source
al_get_touch_input_state
al_install_touch_input
al_is_touch_input_installed
al_set_mouse_emulation_mode
al_uninstall_touch_input
structs
ALLEGRO_TOUCH_INPUT
ALLEGRO_TOUCH_INPUT_STATE
ALLEGRO_TOUCH_STATE
variables
ALLEGRO_TOUCH_INPUT_MAX_TOUCH_COUNT