awvalenti / bauhinia

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

Consider separating observers for buttonPressed and buttonReleased #42

Open awvalenti opened 7 years ago

awvalenti commented 7 years ago

Some users might want just the buttonPressed event. In particular, this would enable using Java 8 lambdas. Should refactor vibration demo to use only buttonPressed.