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
[PATCH] Final WinCE patch!
Dmitry Yakimov
Guest

Hi,

Look here:
https://bugzilla.libsdl.org/show_bug.cgi?id=47

Summary:

GAPI driver supports:

- all possible WinCE devices (Pocket PC, Smartphones, HPC)
with different orientations of video memory and resolutions.
- 4, 8 and 16 bpp devices
- special handling of 8bpp on 8bpp devices
- VGA mode, you can even switch between VGA and GAPI in runtime
(between 240x320 and 480x640 for example). On VGA devices you can
use either GAPI or VGA.
- Landscape mode and automatic rotation of buttons and stylus coordinates.
To enable landscape mode make width of video screen bigger than height.
For example:
SDL_SetVideoMode(320,240,16,SDL_FULLSCREEN)
- WM2005
- SDL_ListModes


--
Best regards,
Dmitry Yakimov, ISDEF member
ActiveKitten.com
[PATCH] Final WinCE patch!
Ryan C. Gordon
Guest


This is in CVS, thanks!

--ryan.