The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
Android dimension screen
mikolaj9
Guest

Hello, I have troble with determining screen size.
Anybody can send me working example how get screen width and height on
android (with fullscreen)



--
View this message in context: http://sdl.5483.n7.nabble.com/Android-dimension-screen-tp47322.html
Sent from the SDL mailing list archive at Nabble.com.
_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
Android dimension screen
ancientli


Joined: 01 Jul 2015
Posts: 45
SDL_Rect rc;
SDL_GetDisplayBounds(0, &rc);

-----Original Message-----
From: SDL [mailto:] On Behalf Of mikolaj9
Sent: Friday, August 5, 2016 11:22 PM
To:
Subject: [SDL] Android dimension screen

Hello, I have troble with determining screen size.
Anybody can send me working example how get screen width and height on
android (with fullscreen)



--
View this message in context:
http://sdl.5483.n7.nabble.com/Android-dimension-screen-tp47322.html
Sent from the SDL mailing list archive at Nabble.com.
_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org