1#ifndef TCRSDK_KEYBOARD_H_
2#define TCRSDK_KEYBOARD_H_
19 virtual void OnKeyboard(int32_t keycode,
bool down)
const = 0;
30 virtual void OnKeyboard(int32_t keycode,
bool down,
bool isLeft)
const = 0;
This interface is used to interact with the virtual Keyboard device on the server.
Definition keyboard.h:11
virtual void CheckKeyboardCapsLock(std::shared_ptr< AsyncCallback > callback) const =0
Query the capitalization status of the cloud virtual keyboard.
virtual void ResetKeyboardCapsLock() const =0
Reset the capitalization status (to lowercase) of the cloud virtual keyboard.
virtual void ResetKeyboard() const =0
Reset the key status of the cloud keyboard.
virtual void OnKeyboard(int32_t keycode, bool down, bool isLeft) const =0
Trigger a key event of the cloud keyboard.
virtual void OnKeyboard(int32_t keycode, bool down) const =0
Trigger a key event of the cloud keyboard.