Event.MOUSE HOVER

From GiderosMobile
Revision as of 11:03, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2015.08<br/> === Description === This event is dispatched when mouse is moved and not button is pressed. The event is available only o...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2015.08

Description

This event is dispatched when mouse is moved and not button is pressed. The event is available only on desktops as Windows, MacOS and WinRT

Difference between `Event.MOUSE_MOVE`

is that mouse hover does not have any mouse buttons pressed, but mouse move has at least 1 mouse button pressed.

Modifiers can have values of: `KeyCode.MODIFIER_NONE` `KeyCode.MODIFIER_SHIFT` `KeyCode.MODIFIER_CTRL` `KeyCode.MODIFIER_ALT` `KeyCode.MODIFIER_META`