flibitijibibo / SDL3-CS

Other
26 stars 4 forks source link

SDL_GetEventFilter first parameter is not fully detected as a pointer #3

Closed flibitijibibo closed 1 month ago

flibitijibibo commented 1 month ago

It knows enough to throw IntPtr there, but doesn't give UserProvidedData the option to alias it to out SDL_EventFilter.

cryy22 commented 1 month ago

resolved; the program now produces an SDL_GetEventFilter identical to the manual edit. the fix also resolved the same issue in SDL_GetLogOutputFunction.