mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Merge pull request #1234 from marauder2k9-torque/virtuals-override
Virtuals override
This commit is contained in:
commit
05a083ca6f
710 changed files with 6353 additions and 6324 deletions
|
|
@ -95,9 +95,9 @@ public:
|
|||
public:
|
||||
SDLInputManager();
|
||||
|
||||
bool enable();
|
||||
void disable();
|
||||
void process();
|
||||
bool enable() override;
|
||||
void disable() override;
|
||||
void process() override;
|
||||
|
||||
void processEvent(SDL_Event &evt);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue