better integrate touch with subsurfaces

This commit is contained in:
vaxerski
2022-08-17 23:23:36 +02:00
parent f4d11d2d43
commit c5a4c83f78
3 changed files with 17 additions and 7 deletions

View File

@@ -14,6 +14,7 @@ enum eClickBehaviorMode {
struct STouchData {
CWindow* touchFocusWindow = nullptr;
Vector2D touchSurfaceOrigin;
};
class CInputManager {