Safe Haskell | None |
---|---|
Language | Haskell98 |
HGamer3D.Input.Mouse
Description
Module providing the Mouse functionality and settings
Documentation
Constructors
MMAbsolute | |
MMRelative | |
MMWrap |
data MouseEvent Source #
Constructors
NoMouseEvent | |
MouseButtonUp Int Int Int | |
MouseButtonDown Int Int Int | |
MouseMove Int Int Int Int Int Int | |
MouseWheel Int Int Int | |
MouseVisibleChanged Bool |
Instances