vx_evt_keyboard_mouse
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 7 months ago
Module: Audio Devices
Raised to indicate to the application that a particular keyboard/mouse button combination has been pressed or cleared. More...
#include <VxcEvents.h>Public Attributes
Name | |
|---|---|
| vx_evt_base_t | base The common properties for all events. |
| char * | name The name of the binding as set in vx_req_aux_global_monitor_keyboard_mouse_t. |
| int | is_down 1 if the key/mouse button combination corresponding to this name is down. |
Detailed Description
struct vx_evt_keyboard_mouse;
Raised to indicate to the application that a particular keyboard/mouse button combination has been pressed or cleared.
Attention: Not supported on the iPhone platform.
Public Attributes Documentation
variable base
vx_evt_base_t base;
The common properties for all events.
variable name
char * name;
The name of the binding as set in vx_req_aux_global_monitor_keyboard_mouse_t.
variable is_down
int is_down;
1 if the key/mouse button combination corresponding to this name is down.
0 if the key/mouse button combination corresponding to this name has been cleared.