Video SDK for MacOS API Reference
|
Represents the cursor position data during screen sharing. More...
#include <ZMVideoSDKUserHelper.h>
Inherits NSObject.
Properties | |
unsigned int | sourceID |
The source id of the share cursor. | |
int | x |
The x value of the coordinate. | |
int | y |
The y value of the coordinate. | |
Represents the cursor position data during screen sharing.
Definition at line 210 of file ZMVideoSDKUserHelper.h.
|
readnonatomicassign |
The source id of the share cursor.
Definition at line 215 of file ZMVideoSDKUserHelper.h.
|
readnonatomicassign |
The x value of the coordinate.
Definition at line 220 of file ZMVideoSDKUserHelper.h.
|
readnonatomicassign |
The y value of the coordinate.
Definition at line 225 of file ZMVideoSDKUserHelper.h.