Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Testing fullscreen window in the accelerometer test.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
Xcode-iOS/Demos/src/accelerometer.c
|
@@ -174,7 +174,7 @@ main(int argc, char *argv[]) |
|
|
/* create main window and renderer */ |
|
|
window = SDL_CreateWindow(NULL, 0, 0, SCREEN_WIDTH, SCREEN_HEIGHT, |
|
|
SDL_WINDOW_OPENGL | |
|
|
SDL_WINDOW_BORDERLESS); |
|
|
SDL_WINDOW_FULLSCREEN); |
|
|
renderer = SDL_CreateRenderer(window, 0, 0); |
|
|
|
|
|
SDL_GetWindowSize(window, &w, &h); |
|
|