awvalenti / bauhinia

Cross-platform Wii Remote Java library and remote controller application
GNU General Public License v3.0
6 stars 0 forks source link

On coronata-implementation-linux, handle exceptions on buttonPressed and buttonRelease #22

Closed awvalenti closed 7 years ago

awvalenti commented 7 years ago

An application may throw an exception when handling buttonPressed or buttonRelease. This may be relatively common and must be handled on Mediator to guarantee ButtonHandlerThread stays alive.

awvalenti commented 7 years ago

Replaced by #48