Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
New proposition for Mouse Move events — Gideros Forum

New proposition for Mouse Move events

ar2rsawseenar2rsawseen Maintainer
edited July 2015 in General questions
Hello guys,

I just implemented mouse button support for QT and WinRT Desktop

And I want to suggest one more thing, that might possible break some backwards compatibilities.

Basically currently mouse move is dispatched only when mouse button is pressed.

I want to try to dispatch mouse move events on desktop without the need of pressing the button.

So inside mouse move event you would be able to check button and do some hover effects.

On mobile devices mouse events will automatically be dispatched with left button pressed.

So if have have something draggable in your app, that you do not start on mouse down (which is unlikely, but possible) but drag it on mouse move directly, on desktops it will be dragging automatically without clicking mouse.

I think it is an ok sacrifice for the transition.

Let me know what you think

Likes: keszegh, jeromegsq

+1 -1 (+2 / -0 )Share on Facebook

Comments

Sign In or Register to comment.