mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Make love.event.clear thread-safe, though it's only callable from the main thread (with SDL backend, anyway)
This commit is contained in:
@@ -58,6 +58,7 @@ namespace event
|
||||
|
||||
void push(Message *msg);
|
||||
bool poll(Message *&msg);
|
||||
virtual void clear();
|
||||
|
||||
virtual void pump() = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user