Public Member Functions | |
xyCoord () | |
xyCoord (int x_, int y_) | |
xyCoord | operator+ (xyCoord rhs) |
xyCoord | operator- (xyCoord rhs) |
Public Attributes | |
int | x |
int | y |
Mouse position.
uiCore::Mouse::xyCoord::xyCoord | ( | ) | [inline] |
Referenced by operator+(), and operator-().
uiCore::Mouse::xyCoord::xyCoord | ( | int | x_, |
int | y_ | ||
) | [inline] |
Referenced by uiCore::Mouse::dragBegin(), operator+(), and operator-().
Referenced by uiCore::Mouse::dragBegin(), operator+(), and operator-().