mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00: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 ---
|
GetWindowKeyboardGrab :: proc(window: ^Window) -> bool ---
|
||||||
GetWindowMouseGrab :: proc(window: ^Window) -> bool ---
|
GetWindowMouseGrab :: proc(window: ^Window) -> bool ---
|
||||||
GetGrabbedWindow :: proc() -> ^Window ---
|
GetGrabbedWindow :: proc() -> ^Window ---
|
||||||
SetWindowMouseRect :: proc(window: ^Window, #by_ptr rect: Rect) -> bool ---
|
SetWindowMouseRect :: proc(window: ^Window, rect: ^Rect) -> bool ---
|
||||||
GetWindowMouseRect :: proc(window: ^Window) -> ^Rect ---
|
GetWindowMouseRect :: proc(window: ^Window) -> ^Rect ---
|
||||||
SetWindowOpacity :: proc(window: ^Window, opacity: f32) -> bool ---
|
SetWindowOpacity :: proc(window: ^Window, opacity: f32) -> bool ---
|
||||||
GetWindowOpacity :: proc(window: ^Window) -> f32 ---
|
GetWindowOpacity :: proc(window: ^Window) -> f32 ---
|
||||||
|
|||||||
Reference in New Issue
Block a user