Menu item indexes and callbacks are currently managed per platform. This is because I just threw everything into the windows implementation to get something working when the project first started. Since item indexes and callbacks will be required on all platforms and don't have anything to do with specific platforms, this code could be moved into the main library.
Menu item indexes and callbacks are currently managed per platform. This is because I just threw everything into the windows implementation to get something working when the project first started. Since item indexes and callbacks will be required on all platforms and don't have anything to do with specific platforms, this code could be moved into the main library.