gigawidgets 0.3.55
A wxWidgets-style UI library for the Arduino Giga Display Shield.
 
Loading...
Searching...
No Matches
radius.hpp
Go to the documentation of this file.
1
2#pragma once
3
4#include <cinttypes>
5
6namespace ui {
7
12typedef uint16_t radius_t;
13
14} // namespace ui
uint16_t radius_t
A non-negative size for the pixel radius of curved shapes.
Definition radius.hpp:12