|
FifeGUI 0.2.0
A C++ GUI library designed for games.
|
#include <dragdrop.hpp>
Public Member Functions | |
| DragPoint (int x_=0, int y_=0) | |
Public Attributes | |
| int | x |
| int | y |
Simple 2D integer point used for drag offsets and positions.
Definition at line 29 of file dragdrop.hpp.
|
inlineexplicit |
Construct a point with optional coordinates.
Definition at line 44 of file dragdrop.hpp.
| int fcn::DragPoint::x |
| int fcn::DragPoint::y |