mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
sdl3: fix not allowing nil for SetWindowMouseRect
This commit is contained in:
Vendored
+1
-1
@@ -397,7 +397,7 @@ foreign lib {
|
||||
GetWindowKeyboardGrab :: proc(window: ^Window) -> bool ---
|
||||
GetWindowMouseGrab :: proc(window: ^Window) -> bool ---
|
||||
GetGrabbedWindow :: proc() -> ^Window ---
|
||||
SetWindowMouseRect :: proc(window: ^Window, #by_ptr rect: Rect) -> bool ---
|
||||
SetWindowMouseRect :: proc(window: ^Window, rect: ^Rect) -> bool ---
|
||||
GetWindowMouseRect :: proc(window: ^Window) -> ^Rect ---
|
||||
SetWindowOpacity :: proc(window: ^Window, opacity: f32) -> bool ---
|
||||
GetWindowOpacity :: proc(window: ^Window) -> f32 ---
|
||||
|
||||
Reference in New Issue
Block a user