mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
Added comment on SetConfigFlags in Raylib bindings that it must be called before window creation
This commit is contained in:
Vendored
+1
-1
@@ -1085,7 +1085,7 @@ foreign lib {
|
|||||||
|
|
||||||
// Misc. functions
|
// Misc. functions
|
||||||
TakeScreenshot :: proc(fileName: cstring) --- // Takes a screenshot of current screen (filename extension defines format)
|
TakeScreenshot :: proc(fileName: cstring) --- // Takes a screenshot of current screen (filename extension defines format)
|
||||||
SetConfigFlags :: proc(flags: ConfigFlags) --- // Setup init configuration flags (view FLAGS)
|
SetConfigFlags :: proc(flags: ConfigFlags) --- // Setup init configuration flags (view FLAGS). NOTE: This function is expected to be called before window creation
|
||||||
OpenURL :: proc(url: cstring) --- // Open URL with default system browser (if available)
|
OpenURL :: proc(url: cstring) --- // Open URL with default system browser (if available)
|
||||||
|
|
||||||
// NOTE: Following functions implemented in module [utils]
|
// NOTE: Following functions implemented in module [utils]
|
||||||
|
|||||||
Reference in New Issue
Block a user