#include <keyboard_hook_handler.h>
Definition at line 15 of file keyboard_hook_handler.h.
◆ ~KeyboardHookHandler()
virtual flutter::KeyboardHookHandler::~KeyboardHookHandler |
( |
| ) |
|
|
virtualdefault |
◆ CharHook()
virtual void flutter::KeyboardHookHandler::CharHook |
( |
GLFWwindow * |
window, |
|
|
unsigned int |
code_point |
|
) |
| |
|
pure virtual |
◆ KeyboardHook()
virtual void flutter::KeyboardHookHandler::KeyboardHook |
( |
GLFWwindow * |
window, |
|
|
int |
key, |
|
|
int |
scancode, |
|
|
int |
action, |
|
|
int |
mods |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: