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);