Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Sub
Sourcetype 'msg onesub =
| SubTick of Time.posix -> 'msg
| SubMouseMove of (float * float) -> 'msg
| SubMouseDown of unit -> 'msg
| SubMouseUp of unit -> 'msg
| SubKeyDown of Keyboard.key -> 'msg
| SubKeyUp of Keyboard.key -> 'msg
type event =
| ETick of float
| EMouseMove of int * int
| EMouseButton of bool
| EKeyChanged of bool * Keyboard.key