vx_evt_keyboard_mouse
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours 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
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.struct vx_evt_keyboard_mouse;
Public Attributes Documentation
variable base
The common properties for all events.vx_evt_base_t base;
variable name
The name of the binding as set in vx_req_aux_global_monitor_keyboard_mouse_t.char * name;
variable 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.int is_down;