You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi... currently, mouse() function only tells if mouse buttons are pressed or not, raw... i was trying to emulate mouse button/touch events, with each 3 button, like:
click
double click
drag (maybe)
triple click (maybe)
more?
these events could be dependent on host system settings (double click velocity, tap and hold dragging for touch devices, tap 2 fingers, etc)
i am trying to figure out a way/function to emulate these events, but i see could be long and complicated code, and will not be system dependent
in the meanwhile, does enybody know some snippet code/function to emulate these events?.. thanks
The text was updated successfully, but these errors were encountered:
hi .... maybe someone already had developed a library for this... but the current website state makes difficult to search for it, there are plenty of reports/suggestions about this, like #2415 and #2416 .... maybe this lib could be easily found by searching carts for "mouse"
IMHO definitely like something that would need to be a library... the core built-ins are largely about interfacing directly with the hardware when it comes to input. I think this is simply out of scope.
hi... currently,
mouse()
function only tells if mouse buttons are pressed or not, raw... i was trying to emulate mouse button/touch events, with each 3 button, like:these events could be dependent on host system settings (double click velocity, tap and hold dragging for touch devices, tap 2 fingers, etc)
i am trying to figure out a way/function to emulate these events, but i see could be long and complicated code, and will not be system dependent
in the meanwhile, does enybody know some snippet code/function to emulate these events?.. thanks
The text was updated successfully, but these errors were encountered: