|
TouchCPLib
1.0.0
A touch-enabled GUI interface based on SDL and libTS. It provides a simple desktop-free UI for your embedded Raspberry projects.
|
#include <Rect.h>
Public Member Functions | |
| operator SDL_Rect () const | |
Static Public Member Functions | |
| static Rect | fromCoords (Point p1, Point p2) |
Public Attributes | |
| int | x |
| int | y |
| int | width |
| int | height |
|
inline |
| int Rect::height |
| int Rect::width |
| int Rect::x |
| int Rect::y |