Context.getActualWindowSize

Gets the window size actually being used. This can be different from the one that was set when running in full screen mode, or if it was bigger than the display.

@param width Where to store the width, may be null @param height Where to store the height, may be null

class Context
abstract
void
getActualWindowSize
(
int* width
,
int* height
)

Meta