* Sets the configuration flags for raylib. * * @param flags The ConfigFlags to apply to the configuration. * * @see ::SetConfigFlags */
| 434 | * @see ::SetConfigFlags |
| 435 | */ |
| 436 | static void SetConfigFlags(unsigned int flags) { ::SetConfigFlags(flags); } |
| 437 | |
| 438 | /** |
| 439 | * Alternates between calling `BeginDrawing()` and `EndDrawing()`. |
nothing calls this directly
no outgoing calls
no test coverage detected