gigawidgets 0.3.55
A wxWidgets-style UI library for the Arduino Giga Display Shield.
 
Loading...
Searching...
No Matches
shape.hpp
Go to the documentation of this file.
1
2#pragma once
3
4#include "../renderable.hpp"
5
6namespace ui {
7
11struct Shape : public Renderable {};
12
13} // namespace ui
An abstract interface for arbitrary renderable objects.
Definition renderable.hpp:55
The common interface for rendering arbitrary shapes.
Definition shape.hpp:11