vx_req_aux_global_monitor_keyboard_mouse
Reference the Vivox Core SDK API.
読み終わるまでの所要時間 1 分最終更新 8ヶ月前
Module: Audio Devices
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| char * | name An application-defined name for the binding. |
| int | code_count The number of valid key codes in the codes member. |
| int[10] | codes The key codes that must be pressed to activate this binding. |
Detailed Description
struct vx_req_aux_global_monitor_keyboard_mouse;
Note: On OSX, to use this feature, "Enable Access for Assistive Devices" must be enabled.
Attention: This is not supported on the iPhone platform.
Public Attributes Documentation
variable base
vx_req_base_t base;
The common properties for all requests.
variable name
char * name;
An application-defined name for the binding.
This name is returned in the vx_evt_keyboard_mouse_t event when the key combination is pressed or released.
variable code_count
int code_count;
The number of valid key codes in the codes member.
If this is zero, then the binding for that name is cleared, and no more events are received for that binding.
variable codes
int[10] codes;
The key codes that must be pressed to activate this binding.