better integrate touch with subsurfaces
This commit is contained in:
parent
f4d11d2d43
commit
c5a4c83f78
3 changed files with 17 additions and 7 deletions
|
|
@ -14,6 +14,7 @@ enum eClickBehaviorMode {
|
|||
|
||||
struct STouchData {
|
||||
CWindow* touchFocusWindow = nullptr;
|
||||
Vector2D touchSurfaceOrigin;
|
||||
};
|
||||
|
||||
class CInputManager {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue