GLFW-b-0.1.0.5: GLFW bindings

Safe HaskellNone

Graphics.UI.GLFW

Contents

Synopsis

Initialization and termination

Video mode information

OpenGL context

Information

Windows

Management

Information

Input

Keyboard

type CharCallback = Char -> Bool -> IO ()Source

type KeyCallback = Key -> Bool -> IO ()Source

Mouse

enableMouseCursor :: IO ()Source

Make the mouse cursor visible.

disableMouseCursor :: IO ()Source

Make the mouse cursor invisible.

Joystick

Time

Version information