dalerank / nanogui-sdl

Minimalistic port of NanoGUI claim works with SDL API w/o external dependencies.
Other
437 stars 77 forks source link

Changed onEvent to return bool. #42

Closed adamharrison closed 4 years ago

adamharrison commented 4 years ago

Changed onEvent to return a bool, so that the user can determine whether or not the UI system has meaningfully handled the event or not.