7 lines
184 B
Text
7 lines
184 B
Text
include "NSLog.incl"
|
|
|
|
CGRect r
|
|
r = fn ScreenVisibleFrame( fn ScreenMainScreen )
|
|
NSLog(@"x:%.0f, y:%.0f, w:%.0f, h:%.0f",r.origin.x,r.origin.y,r.size.width,r.size.height)
|
|
|
|
HandleEvents
|