Multiple local inputs. You can now play with your 3 friends locally, fighting over the same keyboard.
This commit is contained in:
@@ -24,4 +24,6 @@ bool squeue_push(SQueue *q, const void *elem);
|
||||
bool squeue_pop(SQueue *q, void *out);
|
||||
bool squeue_peek(const SQueue *q, void *out);
|
||||
|
||||
void squeue_clear(SQueue *q);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user