Files
NANOKVM-MaixCDK-MIRROR/components/vision/port/linux/maix_touchscreen_sdl.cpp
2024-04-25 16:22:02 +08:00

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