Position of the message in global coordinates (same scope of coordinates as windows). Although this can handle negative coordinates, the example is careful to use only positive coordinates. More...
#include <HandlerChain_Message.h>
Public Attributes | |
int | X |
X position. | |
int | Y |
Y position. | |
Position of the message in global coordinates (same scope of coordinates as windows). Although this can handle negative coordinates, the example is careful to use only positive coordinates.
Definition at line 54 of file HandlerChain_Message.h.
int X |
X position.
Definition at line 59 of file HandlerChain_Message.h.
Referenced by _HandleButtonUpMessage(), Message_Initialize(), MessagePosition_ToString(), ToString(), and WindowRectangle_PointInside().
int Y |
Y position.
Definition at line 64 of file HandlerChain_Message.h.
Referenced by _HandleButtonUpMessage(), Message_Initialize(), MessagePosition_ToString(), ToString(), and WindowRectangle_PointInside().