Revision history for ioScreenSize


Revision [415]

Last edited on 2010-09-12 21:38:34 by JohnMcIntosh
Additions:
Same logic as the iPhone, we get the bounds of the mainView which is attached to window with index of 1.
Deletions:
TBD


Revision [169]

Edited on 2008-10-16 21:01:54 by JohnMcIntosh
Additions:
returns the GetClientRect of the browser or native window, if iconified then return size remembered from last call.


Revision [168]

Edited on 2008-10-16 20:59:01 by JohnMcIntosh
Additions:
Asks the diplay logic for the size of the window, or returns ((64 < < 16) | 64) if headless
Deletions:
Asks the diplay logic for the size of the window, or returns ((64 << 16) | 64) if headless


Revision [167]

Edited on 2008-10-16 20:58:44 by JohnMcIntosh
Additions:
If there is no screen by default it returns ((16 < < 16) | 16), or some other number.
Deletions:
If there is no screen by default it returns ((16 << 16) | 16), or some other number.


Revision [166]

Edited on 2008-10-16 20:58:29 by JohnMcIntosh
Additions:
(w < < 16) | (h & 0xFFFF); /* w Width is high 16 bits; h height is low 16 bits */
Deletions:
(w << 16) | (h & 0xFFFF); /* w Width is high 16 bits; h height is low 16 bits */


Revision [165]

The oldest known version of this page was created on 2008-10-16 20:58:16 by JohnMcIntosh
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki