Collection of global variables that define how Koui behaves. Koui only reads from those variables and does not change their values.
Static variables
statickeyRepeatDelay:Float = 0.5
The duration after which a held down key triggers again for the second time.
See also:
statickeyRepeatPeriod:Float = 0.03
The duration after which a held down key triggers again for consecutive times.
See also:
staticscrollSensitivity:Int = 50
The amount of pixels that are scrolled if the mouse wheel is rotated.
See also: