projectM-visualizer / projectm

projectM - Cross-platform Music Visualization Library. Open-source and Milkdrop-compatible.
https://discord.gg/mMrxAqaa3W
GNU Lesser General Public License v2.1
3.22k stars 364 forks source link

Remove internal keyhandler #678

Closed kblaschke closed 1 year ago

kblaschke commented 1 year ago

Removed the KeyHandler class and all associated headers/API functions.

All functionality previously exposed via the key handler is available as dedicated API functions. No more guesswork which key code triggers which action, plus applications can now retrieve the proper values like beat sensitivity, which wasn't possible before.