| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
HGamer3D.Input.InputEventHandler
Description
Module providing settings for all input events (Mouse, Keyboard, Joystick)
Documentation
data InputEventType Source #
data InputEventHandler Source #
Constructors
| DefaultEventHandler | |
| SpecificEventHandler [InputEventType] |
type ExitRequestedEvent = () Source #