diff options
Diffstat (limited to 'ikvm_input.hpp')
-rw-r--r-- | ikvm_input.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ikvm_input.hpp b/ikvm_input.hpp index 99170ba..9533332 100644 --- a/ikvm_input.hpp +++ b/ikvm_input.hpp @@ -87,6 +87,9 @@ class Input */ static uint8_t keyToScancode(rfbKeySym key); + bool writeKeyboard(const uint8_t *report); + void writePointer(const uint8_t *report); + /* @brief Indicates whether or not a pointer report error has occurred */ bool pointerError; /* @brief Indicates whether or not to send a keyboard report */ |