Releases: zenangst/MachPort
Releases · zenangst/MachPort
5.0.0
Remove lhs
on MachPortEvent
4.2.0
- Adds support for a combined closure that includes both key & flag changes
- Adds unique Ids for event pairs (keyUp, keyDown)
4.1.3
MachPortEventController.post
now returns the event that got posted
4.1.2
Set MachPortEventController to be @unchecked Sendable
4.1.1
Add support for creating empty events
4.1.0
- Adds support for sending mouse events
4.0.0
- 🍳 Changes the
onFlagsChanged
closure to return MachPortEvent
instead of CGEventFlags
3.1.1
Fixes bug when trying to override the result event
3.1.0
Optimizes the internals of the MachPortController
Adds closure-based callbacks instead of only publishing values, this improves the performance of the callback method.