1
0
mirror of https://codeberg.org/mclemens/ubitxv6.git synced 2025-02-21 06:57:27 -05:00
ubitxv6/ui_touch.h
2020-02-09 18:41:13 -08:00

7 lines
108 B
C

#pragma once
#include "menu.h"
#include "point.h"
ButtonPress_e checkTouch(Point *const touch_point_out);