Talk:OnKeyUp - Form
Jump to navigation
Jump to search
The OnKeyUp event is not reliably generated for keys which are tapped and not held down for a minimum length of time.
To detect short intervals, it is often best to test if the key is still held down within the OnKeyDown event.
Example:
If !Input.IsKeyPressed(KeyCode)