wip: android driver

This commit is contained in:
Kyle Johannes
2023-11-14 14:09:56 -05:00
parent 90e1aa223d
commit b2f67f7ce1
9 changed files with 332 additions and 9 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
#include "icsneo/icsneocpp.h"
#include "icsneo/device/devicefinder.h"
#include <jni.h>
using namespace icsneo;
@@ -45,4 +46,4 @@ void icsneo::SetEventLimit(size_t newLimit) {
size_t icsneo::GetEventLimit() {
return EventManager::GetInstance().getEventLimit();
}
}