Talk:OnKeyUp - Form

There are no discussions on this page.

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)

Return to "OnKeyUp - Form" page.