Screen information. More...
#include <ProtocolTypes.h>
Public Attributes | |
SInt32 | m_x |
Screen position. | |
SInt32 | m_y |
SInt32 | m_w |
Screen size. | |
SInt32 | m_h |
SInt32 | obsolete1 |
Obsolete (jump zone size). | |
SInt32 | m_mx |
Mouse position. | |
SInt32 | m_my |
Screen information.
This class contains information about a screen.
Definition at line 282 of file ProtocolTypes.h.
SInt32 CClientInfo::m_mx |
Mouse position.
The current location of the mouse cursor.
Definition at line 304 of file ProtocolTypes.h.
Referenced by CClientProxy1_0::getCursorPos().
SInt32 CClientInfo::m_w |
Screen size.
The size of the screen in pixels.
Definition at line 295 of file ProtocolTypes.h.
Referenced by CClientProxy1_0::getShape().
SInt32 CClientInfo::m_x |
Screen position.
The position of the upper-left corner of the screen. This is typically 0,0.
Definition at line 289 of file ProtocolTypes.h.
Referenced by CClientProxy1_0::getShape().