We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba186f commit d13314fCopy full SHA for d13314f
examples/core/core_window_flags.c
@@ -43,7 +43,7 @@ int main(void)
43
*/
44
45
// Set configuration flags for window creation
46
- //SetConfigFlags(FLAG_VSYNC_HINT | FLAG_MSAA_4X_HINT | FLAG_WINDOW_HIGHDPI);
+ //SetConfigFlags(FLAG_VSYNC_HINT | FLAG_MSAA_4X_HINT | FLAG_WINDOW_HIGHDPI);// | FLAG_WINDOW_TRANSPARENT);
47
InitWindow(screenWidth, screenHeight, "raylib [core] example - window flags");
48
49
Vector2 ballPosition = { GetScreenWidth()/2.0f, GetScreenHeight()/2.0f };
0 commit comments