BridgesUNCC / bridges-python

Python client library for Bridges
http://bridgesuncc.github.io
MIT License
2 stars 4 forks source link

Key and Mouse click events.. #110

Closed krs-world closed 1 year ago

krs-world commented 2 years ago

Need to support mouse click and key click events in our Game API, i.e. key down followed by key up. This might help with multiple press/release events issue.

krs-world commented 1 year ago

IMplemented in the new input model..