Added touch support to emulator. Implemented basic touch function.
This commit is contained in:
8
emulator/qt/ll_touch.cpp
Normal file
8
emulator/qt/ll_touch.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
extern "C" {
|
||||
#include "ll_touch.h"
|
||||
}
|
||||
|
||||
bool ll_touch_init() {
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user