Collection of global variables that define how Koui behaves. Koui only reads from those variables and does not change their values.

Static variables

@:value(0.5)statickeyRepeatDelay:Float = 0.5

The duration after which a held down key triggers again for the second time.

See also:

@:value(0.03)statickeyRepeatPeriod:Float = 0.03

The duration after which a held down key triggers again for consecutive times.

See also:

@:value(50)staticscrollSensitivity:Int = 50

The amount of pixels that are scrolled if the mouse wheel is rotated.

See also:

@:value(1024)statictextInputMaxLength:Int = 1024

The maximum length of the text in new TextInput elements.

See also: