Lines Matching defs:SDL_VideoData
126 typedef struct SDL_VideoData struct
128 int render;
130 DWORD clipboard_count;
133 void* userDLL;
138 void* shcoreDLL;
144 SDL_bool ime_com_initialized;
145 struct ITfThreadMgr *ime_threadmgr;
146 SDL_bool ime_initialized;
147 SDL_bool ime_enabled;
148 SDL_bool ime_available;
149 HWND ime_hwnd_main;
150 HWND ime_hwnd_current;
151 HIMC ime_himc;
153 WCHAR ime_composition[SDL_TEXTEDITINGEVENT_TEXT_SIZE];
154 WCHAR ime_readingstring[16];
155 int ime_cursor;
157 SDL_bool ime_candlist;
158 WCHAR ime_candidates[MAX_CANDLIST][MAX_CANDLENGTH];
159 DWORD ime_candcount;
160 DWORD ime_candref;
161 DWORD ime_candsel;
162 UINT ime_candpgsize;
163 int ime_candlistindexbase;
164 SDL_bool ime_candvertical;
189 } SDL_VideoData; argument