BridgesUNCC / bridges-cxx

C++ client library for Bridges
http://bridgesuncc.github.io
2 stars 5 forks source link

Key/Mouse Click Support.. #135

Open krs-world opened 2 years 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.

I can help with this, but dont quite fully understand the API yet.