Fix TOUCH
This commit is contained in:
@@ -800,7 +800,9 @@ class PetitComputer
|
|||||||
{
|
{
|
||||||
if (touchPosition.tm)
|
if (touchPosition.tm)
|
||||||
{
|
{
|
||||||
touchPosition = Touch(0, mousex, mousey);
|
auto old = touchPosition;
|
||||||
|
old.tm = 0;
|
||||||
|
touchPosition = old;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user