Added PlatformTimer for mouse callbacks

Added PlatformTimer to GameTSCtrl to limit mouse move/drag callbacks.
This commit is contained in:
Olathuss 2025-03-24 12:04:36 -06:00
parent d0f5c2e0db
commit 32bc068f7f
2 changed files with 24 additions and 4 deletions

View file

@ -43,6 +43,9 @@ private:
void sendMouseEvent(const char *name, const GuiEvent &evt);
protected:
PlatformTimer *mFrameTime;
public:
GameTSCtrl();