Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.06 KB

File metadata and controls

23 lines (16 loc) · 1.06 KB

Mouse input

Your application can create interactivity by capturing and responding to mouse input. Note that this section assumes that you are already familiar with the ActionScript 3.0 event model. For more information, see Handling events.

For information on discovering what kind of mouse support is available (such as persistent cursor, stylus or touch input) during runtime, see Discovering input types.

More Help topics

Touch, multitouch and gesture input

flash.ui.Mouse

flash.events.MouseEvent