mirror of
https://github.com/sipeed/MaixCDK.git
synced 2026-09-12 06:39:49 -05:00
10 lines
249 B
C++
10 lines
249 B
C++
#include "maix_touchscreen_sdl.hpp"
|
|
|
|
namespace maix::touchscreen
|
|
{
|
|
int TouchScreen_SDL::_x = 0;
|
|
int TouchScreen_SDL::_y = 0;
|
|
bool TouchScreen_SDL::_pressed = 0;
|
|
int TouchScreen_SDL::_width = 0;
|
|
int TouchScreen_SDL::_height = 0;
|
|
} |