On the dev branch of basalt os.pullEvent in threads doesn't support filters #34
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
When you use os.pullEvent in a thread the filter is ignored.
To Reproduce
Expected behavior
The example above wouldn't crash, because it would only ever resume on "key_up" events
Screenshots
N/A
Additional context
N/A
Checklist
[ ] I am running the latest version.
Tick the box if you are running the latest version!
I am running the DEV branch, from when you told me to update it
Thank you, i actually really forgot to add filters for threads, i will implement it this weekend.
Hello the missing filters for threads got added in 153f082 - currently only available in the dev branch.