We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986bd36 commit 82e0390Copy full SHA for 82e0390
include/SDL3/SDL_events.h
@@ -987,7 +987,7 @@ typedef struct SDL_UserEvent
987
988
typedef struct SDL_MenuEvent
989
{
990
- Uint32 type; /**< SDL_EVENT_KEY_DOWN or SDL_EVENT_KEY_UP */
+ Uint32 type; /**< SDL_EVENT_MENU_BUTTON_CLICKED or SDL_EVENT_MENU_CHECKABLE_CLICKED */
991
Uint32 reserved;
992
Uint64 timestamp; /**< In nanoseconds, populated using SDL_GetTicksNS() */
993
Uint16 user_event_type;
0 commit comments