nCine::Backends::AndroidKeyboardState class

Simulated information about Android keyboard state.

Android does not expose a global keyboard state, so the pressed-key table is reconstructed from the parsed key events instead of being queried from the system.

Base classes

class nCine::KeyboardState
Current state of the keyboard.

Constructors, destructors, conversion operators

AndroidKeyboardState()

Public functions

auto isKeyDown(Keys key) const -> bool override
Returns true if the specified key is currently down.