Correct doc in EventQueue.c

Co-authored-by: Scott Shawcroft <scott@tannewt.org>
This commit is contained in:
Dan Halbert 2021-06-23 19:23:56 -04:00 committed by GitHub
parent 2e67d6708d
commit 36472a0a8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
//|
//| Note that the queue size is limited; see ``max_events`` in the constructor of
//| a scanner such as `Keys` or `KeyMatrix`.
//| If a new event arrives when the queue is full, the queue is cleared, and
//| If a new event arrives when the queue is full, the event is discarded, and
//| `overflowed` is set to ``True``.
//|
//| :return: the next queued key transition `Event`