This commit is contained in:
Ilia Demianenko 2023-07-15 00:35:02 -07:00
parent 2214974804
commit e6c271c3f5
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ typedef enum {
MP_KEYMOD_SHIFT = 0x02,
MP_KEYMOD_CTRL = 0x04,
MP_KEYMOD_CMD = 0x08,
MP_KEYMOD_MAIN_MODIFIER = 0x16 } mp_keymod_flags;
MP_KEYMOD_MAIN_MODIFIER = 0x16 /* CMD on Mac, CTRL on Win32 */ } mp_keymod_flags;
typedef enum {
MP_MOUSE_LEFT = 0x00,