Skip to content

KeyPressed

Check event queue for key press

Declaration

Source position: keyboard.pp line 46

  function KeyPressed : Boolean;

Description

KeyPressed checks the keyboard event queue to see whether a key event is present, and returns True if a key event is available. This function simply calls PollKeyEvent and checks for a valid result.

Errors

None.

See also

Name Description
GetKeyEvent Get the next raw key event, wait if needed.
PollKeyEvent Get next key event, but does not wait.