Legacy GM Q:Virtual Key dragging

Z

zendraw

Guest
How do you drag somthing with the virtual key. like how do you get the coordinates of where you tap on the screen?

thanks.
 
M

Matt Hawkins

Guest
device_mouse_x(device);
device_mouse_y(device);
The device number is 0 for one finger touching the screen, 1 for two fingers touching the screen etc.
 
Top