keyInput abstract method

bool keyInput(
  1. int key,
  2. int modifiers,
  3. bool isPressed,
  4. bool isRepeat,
)

Route key input to the focused node. Returns true if the input was handled.

Implementation

bool keyInput(int key, int modifiers, bool isPressed, bool isRepeat);