CursorTrackingMode Enumeration
enum CursorMode
{
CM_TRACK_LOCALY = 0, // Track remote cursor locally
CM_REMOTE_DEAL = 1, // Let remote server deal with mouse cursor
CM_DONT_SHOW_REM = 2 // Don't show remote cursor
};
enum CursorMode
{
CM_TRACK_LOCALY = 0, // Track remote cursor locally
CM_REMOTE_DEAL = 1, // Let remote server deal with mouse cursor
CM_DONT_SHOW_REM = 2 // Don't show remote cursor
};