Event.MOUSE WHEEL

From GiderosMobile
Revision as of 11:05, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2015.04.26<br/> === Description === Event that fires when mouse wheel is used. Modifiers can have values of: `KeyCode.MODIFIER_NO...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2015.04.26

Description

Event that fires when mouse wheel is used.

 Modifiers can have values of:

`KeyCode.MODIFIER_NONE` `KeyCode.MODIFIER_SHIFT` `KeyCode.MODIFIER_CTRL` `KeyCode.MODIFIER_ALT` `KeyCode.MODIFIER_META`