This commit is contained in:
Henrik Rydgård 2021-04-17 22:40:13 +02:00
parent bfee168175
commit 50b0e84113

View file

@ -26,11 +26,6 @@ TouchInputHandler::TouchInputHandler() {
"RegisterTouchWindow");
}
TouchInputHandler::~TouchInputHandler()
{
}
int TouchInputHandler::ToTouchID(int windowsID, bool allowAllocate) {
// Find the id for the touch. Avoid 0 (mouse.)
for (int localId = 1; localId < (int)ARRAY_SIZE(touchIds); ++localId) {