Added touch support to emulator. Implemented basic touch function.
This commit is contained in:
6
common/lowlevel/ll_touch.h
Normal file
6
common/lowlevel/ll_touch.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
bool ll_touch_init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user