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.
Point Struct Reference

#include <Point.h>

Public Member Functions

 operator SDL_Point () const
 

Public Attributes

int x
 
int y
 

Member Function Documentation

◆ operator SDL_Point()

Point::operator SDL_Point ( ) const
inline

Member Data Documentation

◆ x

int Point::x

◆ y

int Point::y

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