Package org.minueto.handlers

The org.minueto.handlers package contains all the classes related to input/event handling, either from the keyboard, mouse or other components.

See:
          Description

Interface Summary
MinuetoFocusHandler  
MinuetoKeyboardHandler The MinuetoKeyboardHandler is an interface for receiving a keyboard event (press, release) from a MinuetoWindow and handling it.
MinuetoMouseHandler The MinuetoMouseHanlder is an interface for receiving a mouse event (motion, click) from a MinuetoWindow and handling it.
MinuetoMouseWheelHandler The MinuetoMouseWheelHandler is an interface for receiving a mouse wheel event (rotate) from a MinuetoWindow and handling it.
MinuetoWindowHandler The MinuetoWindowHandler is an interface for receiving a window event from a MinuetoWindow and handling it.
 

Class Summary
MinuetoKeyboard The MinuetoKeyboard class contains the set of constants returned by MinuetoKeyboardHandler.
MinuetoMouse The MinuetoMouse class contains the set of constants returned by the MinuetoMouseHandler.
 

Package org.minueto.handlers Description

The org.minueto.handlers package contains all the classes related to input/event handling, either from the keyboard, mouse or other components.