tmp
This commit is contained in:
parent
59b1d0b89a
commit
e41714c2bb
6 changed files with 140 additions and 42 deletions
|
|
@ -63,8 +63,8 @@ namespace tp {
|
|||
void postEvent(InputID inputID, InputEvent inputEvent); // Record event
|
||||
|
||||
public: // User interface
|
||||
bool isEvents();
|
||||
void processEvent();
|
||||
bool isEvents() { return false; }
|
||||
void processEvent() {}
|
||||
|
||||
const Vec2F& getPointer() const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue