InputSettings
Public / Constants
Default
The default settings for processing of raw input events:
-
ClickDistance: 15 pixel
-
ClickTime: 300 ms
-
RepeatDelay: 300 ms
-
RepeatFrequency: 10 Hz
Public / Attributes
ClickDistance
Maximum allowed distance between original mouse cursor position (where pressing down) and final mouse cursor position (where releasing) for which an event of type InputEventType.Clicked is generated for mouse buttons, in screen pixels.
ClickTime
Maximum allowed time span between pressing down and releasing a keyboard key or mouse button for which to generate an event of type InputEventType.Clicked, in milli-seconds.
RepeatDelay
Time span between pressing down a keyboard key and the first time that an event of type InputEventType.Repeated is generated for that key, in milli-seconds.