Edit
Reprocessing_Events
This module does not have a toplevel documentation block.
type buttonStateT =
| LeftButton
| MiddleButton
| RightButton
= Reasongl.Gl.Events.buttonStateT
type stateT = | MouseDown | MouseUp
= Reasongl.Gl.Events.stateT
type keycodeT =
| Backspace
| Tab
| Enter
| Escape
| Space
| Quote
| Comma
| Minus
| Period
| Slash
| Num_0
| Num_1
| Num_2
| Num_3
| Num_4
| Num_5
| Num_6
| Num_7
| Num_8
| Num_9
| Semicolon
| Equals
| OpenBracket
| Backslash
| CloseBracket
| A
| B
| C
| D
| E
| F
| G
| H
| I
| J
| K
| L
| M
| N
| O
| P
| Q
| R
| S
| T
| U
| V
| W
| X
| Y
| Z
| Right
| Left
| Down
| Up
| LeftCtrl
| LeftShift
| LeftAlt
| LeftOsKey
| RightCtrl
| RightShift
| RightAlt
| RightOsKey
| CapsLock
| Backtick
| Nothing
= Reasongl.Gl.Events.keycodeT