2 Project files for embedded Visual C++ 4.0 can be found in VisualCE.zip
5 There are several SDL features not available in the WinCE port of SDL.
7 - DirectX is not yet available
8 - Semaphores are not available
9 - Joystick support is not available
10 - CD-ROM control is not available
12 In addition, there are several features that run in "degraded" mode:
14 Preprocessor Symbol Effect
15 =================== =================================
18 USE_GETTICKCOUNT Less accurate values for SDL time functions
19 USE_SETTIMER Use only a single marginally accurate timer
22 DISABLE_ICON_SUPPORT Can't set the runtime window icon
25 USE_STATIC_CURSOR Only the arrow cursor is available
28 NO_GETKEYBOARDSTATE Can't get modifier state on keyboard focus
31 NO_GETKEYBOARDSTATE Very limited keycode translation
34 NO_GETDIBITS Can't distinguish between 15 bpp and 16 bpp
35 NO_CHANGEDISPLAYSETTINGS No fullscreen support
36 NO_GAMMA_SUPPORT Gamma correction not available