PixelGuys / Cubyz

Voxel sandbox game with a large render distance, procedurally generated content and some cool graphical effects.
GNU General Public License v3.0
366 stars 47 forks source link

Mac Inputs #425

Open archbirdplus opened 1 month ago

archbirdplus commented 1 month ago

Some default keybinds in macos are invalid

Not sure if there's anything Cubyz can do about it, except to have a different settings.json in mac apps (which I'm the only one building).

IntegratedQuantum commented 1 month ago

The defaults are defined in the code, so you could easily do if(isMac) GLFW_KEY_... else GLFW_KEY_...