Package com.jogamp.newt.event
package com.jogamp.newt.event
-
ClassDescription2 pointer scroll/rotate gesture handler processing
MouseEvents while producingMouseEvent.EVENT_MOUSE_WHEEL_MOVEDevents if gesture is completed.Generic gesture handler interface designed to allow pass-through filtering ofInputEvents.A custom gesture eventListener forGestureHandler.GestureEvents.Interface marking class of input typesInterface marking type of input devicesListener forKeyEvents.Pointer event of typeMouseEvent.PointerType.Class of pointer typesType of pointer devicesListener forMouseEvents.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..10xMouseEvent200..20xKeyEvent300..30xGestureEvent400..5xxMonitorEvent600..60x2 pointer zoom, a.k.a.AGestureHandler.GestureEventdenominating 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.NEWTWindowEventlistener.