mirror of
https://github.com/encounter/SDL.git
synced 2025-12-13 23:26:18 +00:00
Rainer Deyke While most of the KMOD_* flags are enums, the combination flags KMOD_CTRL, KMOD_ALT, KMOD_SHIFT and KMOD_GUI are defined as macros. This breaks third-party code that uses these KMOD_* names for local identifiers, such as OGRE. The correct thing to do is to make them all enums.
15 KiB
15 KiB