|
@@ -88,7 +88,7 @@ touch_handle_touch(void *data,
|
|
|
uint32_t capabilities = flags >> 16;
|
|
|
*/
|
|
|
|
|
|
- SDL_TouchID deviceId = 0;
|
|
|
+ SDL_TouchID deviceId = 1;
|
|
|
if (SDL_AddTouch(deviceId, "qt_touch_extension") < 0) {
|
|
|
SDL_Log("error: can't add touch %s, %d", __FILE__, __LINE__);
|
|
|
}
|