@@ -8829,14 +8829,6 @@ MaybeBool<byte> resizable
88298829 [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowSize")]
88308830 static abstract byte SetWindowSizeRaw(WindowHandle window, int w, int h);
88318831
8832- [NativeName("SDL_SetWindowsMessageHook")]
8833- [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowsMessageHook")]
8834- static abstract void SetWindowsMessageHook(WindowsMessageHook callback, void* userdata);
8835-
8836- [NativeName("SDL_SetWindowsMessageHook")]
8837- [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowsMessageHook")]
8838- static abstract void SetWindowsMessageHook(WindowsMessageHook callback, Ref userdata);
8839-
88408832 [NativeName("SDL_SetWindowSurfaceVSync")]
88418833 [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowSurfaceVSync")]
88428834 static abstract MaybeBool<byte> SetWindowSurfaceVSync(WindowHandle window, int vsync);
@@ -18244,14 +18236,6 @@ RendererLogicalPresentation mode
1824418236 [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowSize")]
1824518237 byte SetWindowSizeRaw(WindowHandle window, int w, int h);
1824618238
18247- [NativeName("SDL_SetWindowsMessageHook")]
18248- [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowsMessageHook")]
18249- void SetWindowsMessageHook(WindowsMessageHook callback, void* userdata);
18250-
18251- [NativeName("SDL_SetWindowsMessageHook")]
18252- [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowsMessageHook")]
18253- void SetWindowsMessageHook(WindowsMessageHook callback, Ref userdata);
18254-
1825518239 [NativeName("SDL_SetWindowSurfaceVSync")]
1825618240 [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowSurfaceVSync")]
1825718241 MaybeBool<byte> SetWindowSurfaceVSync(WindowHandle window, int vsync);
0 commit comments