Design Pattern Examples
Overview of object-oriented design patterns
MessagePosition Struct Reference

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>

Collaboration diagram for MessagePosition:
Collaboration graph

Public Attributes

int X
 X position.
 
int Y
 Y position.
 

Detailed Description

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.

Member Data Documentation

◆ X

◆ Y


The documentation for this struct was generated from the following file: