neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::i_keyboard_handler Member List

This is the complete list of members for neogfx::i_keyboard_handler, including all inherited members.

key_pressed(scan_code_e aScanCode, key_code_e aKeyCode, key_modifiers_e aKeyModifiers)=0neogfx::i_keyboard_handlerpure virtual
key_released(scan_code_e aScanCode, key_code_e aKeyCode, key_modifiers_e aKeyModifiers)=0neogfx::i_keyboard_handlerpure virtual
sys_text_input(i_string const &aText)=0neogfx::i_keyboard_handlerpure virtual
text_input(i_string const &aText)=0neogfx::i_keyboard_handlerpure virtual