mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 22:24:33 +00:00
Added PlatformTimer for mouse callbacks
Added PlatformTimer to GameTSCtrl to limit mouse move/drag callbacks.
This commit is contained in:
parent
d0f5c2e0db
commit
32bc068f7f
2 changed files with 24 additions and 4 deletions
|
|
@ -43,6 +43,9 @@ private:
|
|||
|
||||
void sendMouseEvent(const char *name, const GuiEvent &evt);
|
||||
|
||||
protected:
|
||||
PlatformTimer *mFrameTime;
|
||||
|
||||
public:
|
||||
GameTSCtrl();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue