Package com.jogamp.newt.event

Interface Summary
GestureHandler Generic gesture handler interface designed to allow pass-through filtering of InputEvents.
GestureHandler.GestureListener Listener for GestureHandler.GestureEvents.
InputEvent.InputClass Interface marking class of input types
InputEvent.InputType Interface marking type of input devices
KeyListener Listener for KeyEvents.
MonitorModeListener  
MouseListener Listener for MouseEvents.
NEWTEventConsumer  
NEWTEventListener  
WindowListener NEWT WindowEvent listener.
 

Class Summary
DoubleTapScrollGesture 2 pointer scroll/rotate gesture handler processing MouseEvents while producing MouseEvent.EVENT_MOUSE_WHEEL_MOVED events if gesture is completed.
GestureHandler.GestureEvent A custom gesture event
InputEvent  
KeyAdapter  
KeyEvent
KeyEvent.NonPrintableRange  
MonitorEvent  
MouseAdapter  
MouseEvent Pointer event of type MouseEvent.PointerType.
NEWTEvent 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:
WindowEvent 100..10x MouseEvent 200..20x KeyEvent 300..30x GestureEvent 400..5xx MonitorEvent 600..60x
NEWTEventFiFo  
OutputEvent  
PinchToZoomGesture 2 pointer zoom, a.k.a.
PinchToZoomGesture.ZoomEvent A GestureHandler.GestureEvent denominating zoom.
TraceKeyAdapter  
TraceMouseAdapter  
TraceWindowAdapter  
WindowAdapter  
WindowEvent 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.
WindowUpdateEvent  
 

Enum Summary
MouseEvent.PointerClass Class of pointer types
MouseEvent.PointerType Type of pointer devices
 



Copyright 2010 JogAmp Community.