MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / SetConfigFlags

Method SetConfigFlags

include/Window.hpp:436–436  ·  view source on GitHub ↗

* Sets the configuration flags for raylib. * * @param flags The ConfigFlags to apply to the configuration. * * @see ::SetConfigFlags */

Source from the content-addressed store, hash-verified

434 * @see ::SetConfigFlags
435 */
436 static void SetConfigFlags(unsigned int flags) { ::SetConfigFlags(flags); }
437
438 /**
439 * Alternates between calling `BeginDrawing()` and `EndDrawing()`.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected