Package com.jogamp.newt.event
package com.jogamp.newt.event
-
ClassDescription2 pointer scroll/rotate gesture handler processing
MouseEvent
s while producingMouseEvent.EVENT_MOUSE_WHEEL_MOVED
events if gesture is completed.Generic gesture handler interface designed to allow pass-through filtering ofInputEvent
s.A custom gesture eventListener forGestureHandler.GestureEvent
s.Interface marking class of input typesInterface marking type of input devicesListener forKeyEvent
s.Pointer event of typeMouseEvent.PointerType
.Class of pointer typesType of pointer devicesListener forMouseEvent
s.NEWT events are provided for notification purposes ONLY;
The NEWT will automatically handle the event semantics internally, regardless of whether a program is receiving these events or not.
The actual event semantic is processed before the event is send.
Event type registry:
WindowEvent100..10x
MouseEvent200..20x
KeyEvent300..30x
GestureEvent400..5xx
MonitorEvent600..60x
2 pointer zoom, a.k.a.AGestureHandler.GestureEvent
denominating zoom.NEWT Window events are provided for notification purposes ONLY.
NEWT will automatically handle component moves and resizes internally, regardless of whether a program is receiving these events or not.NEWTWindowEvent
listener.