arrowKeyPressed property

bool arrowKeyPressed

True if any arrow key on the keyboard is currently pressed.

Implementation

bool get arrowKeyPressed => arrowUp || arrowDown || arrowLeft || arrowRight;