Package com.jogamp.newt.event

Interface Summary
KeyListener Listener for KeyEvents.
MonitorModeListener  
MouseListener Listener for MouseEvents.
NEWTEventConsumer  
NEWTEventListener  
WindowListener NEWT WindowEvent listener.
 

Class Summary
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 MonitorEvent 600..60x
NEWTEventFiFo  
OutputEvent  
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.