You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
window_shown= C.SDL_EVENT_WINDOW_SHOWN // 0x202, Window has been shown
77
83
window_hidden= C.SDL_EVENT_WINDOW_HIDDEN // `window_hidden` Window has been hidden
78
84
window_exposed= C.SDL_EVENT_WINDOW_EXPOSED // `window_exposed` Window has been exposed and should be redrawn, and can be redrawn directly from event watchers for this event
@@ -101,9 +107,9 @@ pub enum EventType {
101
107
// associated with the window. Otherwise, the handle has already been destroyed and all resources
102
108
// associated with it are invalid
103
109
window_hdr_state_changed= C.SDL_EVENT_WINDOW_HDR_STATE_CHANGED // `window_hdr_state_changed` Window HDR properties have changed
104
-
// TODO: these trigger C compile errors: `error: duplicate case value`
0 commit comments