From a03981805bce8ed6bc81c5aef8654e3f3e2f34ef Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 07:55:01 +0200 Subject: - update to 2.2.2 - raise dependency on PHP 7.3 --- REFLECTION | 4664 +++++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 3839 insertions(+), 825 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 7dfeab5..289ccd7 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,1265 +1,4279 @@ -Extension [ extension #178 SDL version 0.9.3 ] { - - - Constants [389] { - Constant [ integer SDL_INIT_TIMER ] { 1 } - Constant [ integer SDL_INIT_AUDIO ] { 16 } - Constant [ integer SDL_INIT_VIDEO ] { 32 } - Constant [ integer SDL_INIT_CDROM ] { 256 } - Constant [ integer SDL_INIT_JOYSTICK ] { 512 } - Constant [ integer SDL_INIT_NOPARACHUTE ] { 1048576 } - Constant [ integer SDL_INIT_EVENTTHREAD ] { 16777216 } - Constant [ integer SDL_INIT_EVERYTHING ] { 65535 } - Constant [ integer SDL_CD_TRAYEMPTY ] { 0 } - Constant [ integer SDL_CD_STOPPED ] { 1 } - Constant [ integer SDL_CD_PLAYING ] { 2 } - Constant [ integer SDL_CD_PAUSED ] { 3 } - Constant [ integer SDL_CD_ERROR ] { -1 } - Constant [ integer SDL_AUDIO_TRACK ] { 0 } - Constant [ integer SDL_DATA_TRACK ] { 4 } - Constant [ integer SDL_CD_FPS ] { 75 } - Constant [ integer SDL_MAX_TRACKS ] { 99 } - Constant [ integer SDL_SRCALPHA ] { 65536 } - Constant [ integer SDL_RLEACCEL ] { 16384 } - Constant [ integer SDL_SWSURFACE ] { 0 } - Constant [ integer SDL_HWSURFACE ] { 1 } - Constant [ integer SDL_ASYNCBLIT ] { 4 } - Constant [ integer SDL_ANYFORMAT ] { 268435456 } - Constant [ integer SDL_HWPALETTE ] { 536870912 } - Constant [ integer SDL_DOUBLEBUF ] { 1073741824 } - Constant [ integer SDL_FULLSCREEN ] { 2147483648 } - Constant [ integer SDL_OPENGL ] { 2 } - Constant [ integer SDL_OPENGLBLIT ] { 10 } - Constant [ integer SDL_SRCCOLORKEY ] { 4096 } - Constant [ integer SDL_BYTEORDER ] { 1234 } - Constant [ integer SDL_BIG_ENDIAN ] { 4321 } - Constant [ integer SDL_RESIZABLE ] { 16 } - Constant [ integer SDL_NOFRAME ] { 32 } - Constant [ integer SDL_GL_RED_SIZE ] { 0 } - Constant [ integer SDL_GL_GREEN_SIZE ] { 1 } - Constant [ integer SDL_GL_BLUE_SIZE ] { 2 } - Constant [ integer SDL_GL_ALPHA_SIZE ] { 3 } - Constant [ integer SDL_GL_BUFFER_SIZE ] { 4 } - Constant [ integer SDL_GL_DOUBLEBUFFER ] { 5 } - Constant [ integer SDL_GL_DEPTH_SIZE ] { 6 } - Constant [ integer SDL_GL_STENCIL_SIZE ] { 7 } - Constant [ integer SDL_GL_ACCUM_RED_SIZE ] { 8 } - Constant [ integer SDL_GL_ACCUM_GREEN_SIZE ] { 9 } - Constant [ integer SDL_GL_ACCUM_BLUE_SIZE ] { 10 } - Constant [ integer SDL_GL_ACCUM_ALPHA_SIZE ] { 11 } - Constant [ integer SDL_YV12_OVERLAY ] { 842094169 } - Constant [ integer SDL_IYUV_OVERLAY ] { 1448433993 } - Constant [ integer SDL_YUY2_OVERLAY ] { 844715353 } - Constant [ integer SDL_UYVY_OVERLAY ] { 1498831189 } - Constant [ integer SDL_YVYU_OVERLAY ] { 1431918169 } - Constant [ integer SDL_GRAB_QUERY ] { -1 } - Constant [ integer SDL_GRAB_OFF ] { 0 } - Constant [ integer SDL_GRAB_ON ] { 1 } - Constant [ integer SDL_DEFAULT_REPEAT_INTERVAL ] { 30 } - Constant [ integer SDL_DEFAULT_REPEAT_DELAY ] { 500 } - Constant [ integer SDL_PRESSED ] { 1 } - Constant [ integer SDL_RELEASED ] { 0 } - Constant [ integer SDL_QUERY ] { -1 } - Constant [ integer SDL_IGNORE ] { 0 } - Constant [ integer SDL_DISABLE ] { 0 } - Constant [ integer SDL_ENABLE ] { 1 } - Constant [ integer SDL_ADDEVENT ] { 0 } - Constant [ integer SDL_PEEKEVENT ] { 1 } - Constant [ integer SDL_GETEVENT ] { 2 } - Constant [ integer SDL_ALLEVENTS ] { 4294967295 } - Constant [ integer SDL_ACTIVEEVENTMASK ] { 2 } - Constant [ integer SDL_KEYDOWNMASK ] { 4 } - Constant [ integer SDL_KEYUPMASK ] { 8 } - Constant [ integer SDL_MOUSEMOTIONMASK ] { 16 } - Constant [ integer SDL_MOUSEBUTTONDOWNMASK ] { 32 } - Constant [ integer SDL_MOUSEBUTTONUPMASK ] { 64 } - Constant [ integer SDL_MOUSEEVENTMASK ] { 112 } - Constant [ integer SDL_JOYAXISMOTIONMASK ] { 128 } - Constant [ integer SDL_JOYBALLMOTIONMASK ] { 256 } - Constant [ integer SDL_JOYHATMOTIONMASK ] { 512 } - Constant [ integer SDL_JOYBUTTONDOWNMASK ] { 1024 } - Constant [ integer SDL_JOYBUTTONUPMASK ] { 2048 } - Constant [ integer SDL_JOYEVENTMASK ] { 3968 } - Constant [ integer SDL_VIDEORESIZEMASK ] { 65536 } - Constant [ integer SDL_VIDEOEXPOSEMASK ] { 131072 } - Constant [ integer SDL_QUITMASK ] { 4096 } - Constant [ integer SDL_SYSWMEVENTMASK ] { 8192 } - Constant [ integer SDL_NOEVENT ] { 0 } - Constant [ integer SDL_ACTIVEEVENT ] { 1 } - Constant [ integer SDL_KEYDOWN ] { 2 } - Constant [ integer SDL_KEYUP ] { 3 } - Constant [ integer SDL_MOUSEMOTION ] { 4 } - Constant [ integer SDL_MOUSEBUTTONDOWN ] { 5 } - Constant [ integer SDL_MOUSEBUTTONUP ] { 6 } - Constant [ integer SDL_JOYAXISMOTION ] { 7 } - Constant [ integer SDL_JOYBALLMOTION ] { 8 } - Constant [ integer SDL_JOYHATMOTION ] { 9 } - Constant [ integer SDL_JOYBUTTONDOWN ] { 10 } - Constant [ integer SDL_JOYBUTTONUP ] { 11 } - Constant [ integer SDL_QUIT ] { 12 } - Constant [ integer SDL_SYSWMEVENT ] { 13 } - Constant [ integer SDL_EVENT_RESERVEDA ] { 14 } - Constant [ integer SDL_EVENT_RESERVEDB ] { 15 } - Constant [ integer SDL_VIDEORESIZE ] { 16 } - Constant [ integer SDL_VIDEOEXPOSE ] { 17 } - Constant [ integer SDL_EVENT_RESERVED2 ] { 18 } - Constant [ integer SDL_EVENT_RESERVED3 ] { 19 } - Constant [ integer SDL_EVENT_RESERVED4 ] { 20 } - Constant [ integer SDL_EVENT_RESERVED5 ] { 21 } - Constant [ integer SDL_EVENT_RESERVED6 ] { 22 } - Constant [ integer SDL_EVENT_RESERVED7 ] { 23 } - Constant [ integer SDL_USEREVENT ] { 24 } - Constant [ integer SDL_NUMEVENTS ] { 32 } - Constant [ integer SDL_APPMOUSEFOCUS ] { 1 } - Constant [ integer SDL_APPINPUTFOCUS ] { 2 } - Constant [ integer SDL_APPACTIVE ] { 4 } - Constant [ integer SDLK_UNKNOWN ] { 0 } - Constant [ integer SDLK_FIRST ] { 0 } - Constant [ integer SDLK_BACKSPACE ] { 8 } - Constant [ integer SDLK_TAB ] { 9 } - Constant [ integer SDLK_CLEAR ] { 12 } - Constant [ integer SDLK_RETURN ] { 13 } - Constant [ integer SDLK_PAUSE ] { 19 } - Constant [ integer SDLK_ESCAPE ] { 27 } - Constant [ integer SDLK_SPACE ] { 32 } - Constant [ integer SDLK_EXCLAIM ] { 33 } - Constant [ integer SDLK_QUOTEDBL ] { 34 } - Constant [ integer SDLK_HASH ] { 35 } - Constant [ integer SDLK_DOLLAR ] { 36 } - Constant [ integer SDLK_AMPERSAND ] { 38 } - Constant [ integer SDLK_QUOTE ] { 39 } - Constant [ integer SDLK_LEFTPAREN ] { 40 } - Constant [ integer SDLK_RIGHTPAREN ] { 41 } - Constant [ integer SDLK_ASTERISK ] { 42 } - Constant [ integer SDLK_PLUS ] { 43 } - Constant [ integer SDLK_COMMA ] { 44 } - Constant [ integer SDLK_MINUS ] { 45 } - Constant [ integer SDLK_PERIOD ] { 46 } - Constant [ integer SDLK_SLASH ] { 47 } - Constant [ integer SDLK_0 ] { 48 } - Constant [ integer SDLK_1 ] { 49 } - Constant [ integer SDLK_2 ] { 50 } - Constant [ integer SDLK_3 ] { 51 } - Constant [ integer SDLK_4 ] { 52 } - Constant [ integer SDLK_5 ] { 53 } - Constant [ integer SDLK_6 ] { 54 } - Constant [ integer SDLK_7 ] { 55 } - Constant [ integer SDLK_8 ] { 56 } - Constant [ integer SDLK_9 ] { 57 } - Constant [ integer SDLK_COLON ] { 58 } - Constant [ integer SDLK_SEMICOLON ] { 59 } - Constant [ integer SDLK_LESS ] { 60 } - Constant [ integer SDLK_EQUALS ] { 61 } - Constant [ integer SDLK_GREATER ] { 62 } - Constant [ integer SDLK_QUESTION ] { 63 } - Constant [ integer SDLK_AT ] { 64 } - Constant [ integer SDLK_LEFTBRACKET ] { 91 } - Constant [ integer SDLK_BACKSLASH ] { 92 } - Constant [ integer SDLK_RIGHTBRACKET ] { 93 } - Constant [ integer SDLK_CARET ] { 94 } - Constant [ integer SDLK_UNDERSCORE ] { 95 } - Constant [ integer SDLK_BACKQUOTE ] { 96 } - Constant [ integer SDLK_a ] { 97 } - Constant [ integer SDLK_b ] { 98 } - Constant [ integer SDLK_c ] { 99 } - Constant [ integer SDLK_d ] { 100 } - Constant [ integer SDLK_e ] { 101 } - Constant [ integer SDLK_f ] { 102 } - Constant [ integer SDLK_g ] { 103 } - Constant [ integer SDLK_h ] { 104 } - Constant [ integer SDLK_i ] { 105 } - Constant [ integer SDLK_j ] { 106 } - Constant [ integer SDLK_k ] { 107 } - Constant [ integer SDLK_l ] { 108 } - Constant [ integer SDLK_m ] { 109 } - Constant [ integer SDLK_n ] { 110 } - Constant [ integer SDLK_o ] { 111 } - Constant [ integer SDLK_p ] { 112 } - Constant [ integer SDLK_q ] { 113 } - Constant [ integer SDLK_r ] { 114 } - Constant [ integer SDLK_s ] { 115 } - Constant [ integer SDLK_t ] { 116 } - Constant [ integer SDLK_u ] { 117 } - Constant [ integer SDLK_v ] { 118 } - Constant [ integer SDLK_w ] { 119 } - Constant [ integer SDLK_x ] { 120 } - Constant [ integer SDLK_y ] { 121 } - Constant [ integer SDLK_z ] { 122 } - Constant [ integer SDLK_DELETE ] { 127 } - Constant [ integer SDLK_WORLD_0 ] { 160 } - Constant [ integer SDLK_WORLD_1 ] { 161 } - Constant [ integer SDLK_WORLD_2 ] { 162 } - Constant [ integer SDLK_WORLD_3 ] { 163 } - Constant [ integer SDLK_WORLD_4 ] { 164 } - Constant [ integer SDLK_WORLD_5 ] { 165 } - Constant [ integer SDLK_WORLD_6 ] { 166 } - Constant [ integer SDLK_WORLD_7 ] { 167 } - Constant [ integer SDLK_WORLD_8 ] { 168 } - Constant [ integer SDLK_WORLD_9 ] { 169 } - Constant [ integer SDLK_WORLD_10 ] { 170 } - Constant [ integer SDLK_WORLD_11 ] { 171 } - Constant [ integer SDLK_WORLD_12 ] { 172 } - Constant [ integer SDLK_WORLD_13 ] { 173 } - Constant [ integer SDLK_WORLD_14 ] { 174 } - Constant [ integer SDLK_WORLD_15 ] { 175 } - Constant [ integer SDLK_WORLD_16 ] { 176 } - Constant [ integer SDLK_WORLD_17 ] { 177 } - Constant [ integer SDLK_WORLD_18 ] { 178 } - Constant [ integer SDLK_WORLD_19 ] { 179 } - Constant [ integer SDLK_WORLD_20 ] { 180 } - Constant [ integer SDLK_WORLD_21 ] { 181 } - Constant [ integer SDLK_WORLD_22 ] { 182 } - Constant [ integer SDLK_WORLD_23 ] { 183 } - Constant [ integer SDLK_WORLD_24 ] { 184 } - Constant [ integer SDLK_WORLD_25 ] { 185 } - Constant [ integer SDLK_WORLD_26 ] { 186 } - Constant [ integer SDLK_WORLD_27 ] { 187 } - Constant [ integer SDLK_WORLD_28 ] { 188 } - Constant [ integer SDLK_WORLD_29 ] { 189 } - Constant [ integer SDLK_WORLD_30 ] { 190 } - Constant [ integer SDLK_WORLD_31 ] { 191 } - Constant [ integer SDLK_WORLD_32 ] { 192 } - Constant [ integer SDLK_WORLD_33 ] { 193 } - Constant [ integer SDLK_WORLD_34 ] { 194 } - Constant [ integer SDLK_WORLD_35 ] { 195 } - Constant [ integer SDLK_WORLD_36 ] { 196 } - Constant [ integer SDLK_WORLD_37 ] { 197 } - Constant [ integer SDLK_WORLD_38 ] { 198 } - Constant [ integer SDLK_WORLD_39 ] { 199 } - Constant [ integer SDLK_WORLD_40 ] { 200 } - Constant [ integer SDLK_WORLD_41 ] { 201 } - Constant [ integer SDLK_WORLD_42 ] { 202 } - Constant [ integer SDLK_WORLD_43 ] { 203 } - Constant [ integer SDLK_WORLD_44 ] { 204 } - Constant [ integer SDLK_WORLD_45 ] { 205 } - Constant [ integer SDLK_WORLD_46 ] { 206 } - Constant [ integer SDLK_WORLD_47 ] { 207 } - Constant [ integer SDLK_WORLD_48 ] { 208 } - Constant [ integer SDLK_WORLD_49 ] { 209 } - Constant [ integer SDLK_WORLD_50 ] { 210 } - Constant [ integer SDLK_WORLD_51 ] { 211 } - Constant [ integer SDLK_WORLD_52 ] { 212 } - Constant [ integer SDLK_WORLD_53 ] { 213 } - Constant [ integer SDLK_WORLD_54 ] { 214 } - Constant [ integer SDLK_WORLD_55 ] { 215 } - Constant [ integer SDLK_WORLD_56 ] { 216 } - Constant [ integer SDLK_WORLD_57 ] { 217 } - Constant [ integer SDLK_WORLD_58 ] { 218 } - Constant [ integer SDLK_WORLD_59 ] { 219 } - Constant [ integer SDLK_WORLD_60 ] { 220 } - Constant [ integer SDLK_WORLD_61 ] { 221 } - Constant [ integer SDLK_WORLD_62 ] { 222 } - Constant [ integer SDLK_WORLD_63 ] { 223 } - Constant [ integer SDLK_WORLD_64 ] { 224 } - Constant [ integer SDLK_WORLD_65 ] { 225 } - Constant [ integer SDLK_WORLD_66 ] { 226 } - Constant [ integer SDLK_WORLD_67 ] { 227 } - Constant [ integer SDLK_WORLD_68 ] { 228 } - Constant [ integer SDLK_WORLD_69 ] { 229 } - Constant [ integer SDLK_WORLD_70 ] { 230 } - Constant [ integer SDLK_WORLD_71 ] { 231 } - Constant [ integer SDLK_WORLD_72 ] { 232 } - Constant [ integer SDLK_WORLD_73 ] { 233 } - Constant [ integer SDLK_WORLD_74 ] { 234 } - Constant [ integer SDLK_WORLD_75 ] { 235 } - Constant [ integer SDLK_WORLD_76 ] { 236 } - Constant [ integer SDLK_WORLD_77 ] { 237 } - Constant [ integer SDLK_WORLD_78 ] { 238 } - Constant [ integer SDLK_WORLD_79 ] { 239 } - Constant [ integer SDLK_WORLD_80 ] { 240 } - Constant [ integer SDLK_WORLD_81 ] { 241 } - Constant [ integer SDLK_WORLD_82 ] { 242 } - Constant [ integer SDLK_WORLD_83 ] { 243 } - Constant [ integer SDLK_WORLD_84 ] { 244 } - Constant [ integer SDLK_WORLD_85 ] { 245 } - Constant [ integer SDLK_WORLD_86 ] { 246 } - Constant [ integer SDLK_WORLD_87 ] { 247 } - Constant [ integer SDLK_WORLD_88 ] { 248 } - Constant [ integer SDLK_WORLD_89 ] { 249 } - Constant [ integer SDLK_WORLD_90 ] { 250 } - Constant [ integer SDLK_WORLD_91 ] { 251 } - Constant [ integer SDLK_WORLD_92 ] { 252 } - Constant [ integer SDLK_WORLD_93 ] { 253 } - Constant [ integer SDLK_WORLD_94 ] { 254 } - Constant [ integer SDLK_WORLD_95 ] { 255 } - Constant [ integer SDLK_KP0 ] { 256 } - Constant [ integer SDLK_KP1 ] { 257 } - Constant [ integer SDLK_KP2 ] { 258 } - Constant [ integer SDLK_KP3 ] { 259 } - Constant [ integer SDLK_KP4 ] { 260 } - Constant [ integer SDLK_KP5 ] { 261 } - Constant [ integer SDLK_KP6 ] { 262 } - Constant [ integer SDLK_KP7 ] { 263 } - Constant [ integer SDLK_KP8 ] { 264 } - Constant [ integer SDLK_KP9 ] { 265 } - Constant [ integer SDLK_KP_PERIOD ] { 266 } - Constant [ integer SDLK_KP_DIVIDE ] { 267 } - Constant [ integer SDLK_KP_MULTIPLY ] { 268 } - Constant [ integer SDLK_KP_MINUS ] { 269 } - Constant [ integer SDLK_KP_PLUS ] { 270 } - Constant [ integer SDLK_KP_ENTER ] { 271 } - Constant [ integer SDLK_KP_EQUALS ] { 272 } - Constant [ integer SDLK_UP ] { 273 } - Constant [ integer SDLK_DOWN ] { 274 } - Constant [ integer SDLK_RIGHT ] { 275 } - Constant [ integer SDLK_LEFT ] { 276 } - Constant [ integer SDLK_INSERT ] { 277 } - Constant [ integer SDLK_HOME ] { 278 } - Constant [ integer SDLK_END ] { 279 } - Constant [ integer SDLK_PAGEUP ] { 280 } - Constant [ integer SDLK_PAGEDOWN ] { 281 } - Constant [ integer SDLK_F1 ] { 282 } - Constant [ integer SDLK_F2 ] { 283 } - Constant [ integer SDLK_F3 ] { 284 } - Constant [ integer SDLK_F4 ] { 285 } - Constant [ integer SDLK_F5 ] { 286 } - Constant [ integer SDLK_F6 ] { 287 } - Constant [ integer SDLK_F7 ] { 288 } - Constant [ integer SDLK_F8 ] { 289 } - Constant [ integer SDLK_F9 ] { 290 } - Constant [ integer SDLK_F10 ] { 291 } - Constant [ integer SDLK_F11 ] { 292 } - Constant [ integer SDLK_F12 ] { 293 } - Constant [ integer SDLK_F13 ] { 294 } - Constant [ integer SDLK_F14 ] { 295 } - Constant [ integer SDLK_F15 ] { 296 } - Constant [ integer SDLK_NUMLOCK ] { 300 } - Constant [ integer SDLK_CAPSLOCK ] { 301 } - Constant [ integer SDLK_SCROLLOCK ] { 302 } - Constant [ integer SDLK_RSHIFT ] { 303 } - Constant [ integer SDLK_LSHIFT ] { 304 } - Constant [ integer SDLK_RCTRL ] { 305 } - Constant [ integer SDLK_LCTRL ] { 306 } - Constant [ integer SDLK_RALT ] { 307 } - Constant [ integer SDLK_LALT ] { 308 } - Constant [ integer SDLK_RMETA ] { 309 } - Constant [ integer SDLK_LMETA ] { 310 } - Constant [ integer SDLK_LSUPER ] { 311 } - Constant [ integer SDLK_RSUPER ] { 312 } - Constant [ integer SDLK_MODE ] { 313 } - Constant [ integer SDLK_COMPOSE ] { 314 } - Constant [ integer SDLK_HELP ] { 315 } - Constant [ integer SDLK_PRINT ] { 316 } - Constant [ integer SDLK_SYSREQ ] { 317 } - Constant [ integer SDLK_BREAK ] { 318 } - Constant [ integer SDLK_MENU ] { 319 } - Constant [ integer SDLK_POWER ] { 320 } - Constant [ integer SDLK_EURO ] { 321 } - Constant [ integer SDLK_LAST ] { 323 } - Constant [ integer KMOD_NONE ] { 0 } - Constant [ integer KMOD_LSHIFT ] { 1 } - Constant [ integer KMOD_RSHIFT ] { 2 } - Constant [ integer KMOD_LCTRL ] { 64 } - Constant [ integer KMOD_RCTRL ] { 128 } - Constant [ integer KMOD_LALT ] { 256 } - Constant [ integer KMOD_RALT ] { 512 } - Constant [ integer KMOD_LMETA ] { 1024 } - Constant [ integer KMOD_RMETA ] { 2048 } - Constant [ integer KMOD_NUM ] { 4096 } - Constant [ integer KMOD_CAPS ] { 8192 } - Constant [ integer KMOD_MODE ] { 16384 } - Constant [ integer KMOD_RESERVED ] { 32768 } - Constant [ integer KMOD_CTRL ] { 192 } - Constant [ integer KMOD_SHIFT ] { 3 } - Constant [ integer KMOD_ALT ] { 768 } - Constant [ integer KMOD_META ] { 3072 } - Constant [ integer SDL_BUTTON_LEFT ] { 1 } - Constant [ integer SDL_BUTTON_MIDDLE ] { 2 } - Constant [ integer SDL_BUTTON_RIGHT ] { 3 } - Constant [ integer SDL_BUTTON_LMASK ] { 1 } - Constant [ integer SDL_BUTTON_MMASK ] { 2 } - Constant [ integer SDL_BUTTON_RMASK ] { 4 } - Constant [ integer SDL_HAT_CENTERED ] { 0 } - Constant [ integer SDL_HAT_UP ] { 1 } - Constant [ integer SDL_HAT_RIGHT ] { 2 } - Constant [ integer SDL_HAT_DOWN ] { 4 } - Constant [ integer SDL_HAT_LEFT ] { 8 } - Constant [ integer SDL_HAT_RIGHTUP ] { 3 } - Constant [ integer SDL_HAT_RIGHTDOWN ] { 6 } - Constant [ integer SDL_HAT_LEFTUP ] { 9 } - Constant [ integer SDL_HAT_LEFTDOWN ] { 12 } - Constant [ integer AUDIO_U8 ] { 8 } - Constant [ integer AUDIO_S8 ] { 32776 } - Constant [ integer AUDIO_U16 ] { 16 } - Constant [ integer AUDIO_U16LSB ] { 16 } - Constant [ integer AUDIO_S16 ] { 32784 } - Constant [ integer AUDIO_S16LSB ] { 32784 } - Constant [ integer AUDIO_U16MSB ] { 4112 } - Constant [ integer AUDIO_S16MSB ] { 36880 } - Constant [ integer AUDIO_U16SYS ] { 16 } - Constant [ integer AUDIO_S16SYS ] { 32784 } - Constant [ integer SDL_AUDIO_STOPPED ] { 0 } - Constant [ integer SDL_AUDIO_PLAYING ] { 1 } - Constant [ integer SDL_AUDIO_PAUSED ] { 2 } +Extension [ extension #71 SDL version 2.2.2 ] { + + - Constants [735] { + Constant [ int SDL_BLENDMODE_NONE ] { 0 } + Constant [ int SDL_BLENDMODE_BLEND ] { 1 } + Constant [ int SDL_BLENDMODE_ADD ] { 2 } + Constant [ int SDL_BLENDMODE_MOD ] { 4 } + Constant [ int SDL_QUIT ] { 256 } + Constant [ int SDL_APP_TERMINATING ] { 257 } + Constant [ int SDL_APP_LOWMEMORY ] { 258 } + Constant [ int SDL_APP_WILLENTERBACKGROUND ] { 259 } + Constant [ int SDL_APP_DIDENTERBACKGROUND ] { 260 } + Constant [ int SDL_APP_WILLENTERFOREGROUND ] { 261 } + Constant [ int SDL_APP_DIDENTERFOREGROUND ] { 262 } + Constant [ int SDL_WINDOWEVENT ] { 512 } + Constant [ int SDL_SYSWMEVENT ] { 513 } + Constant [ int SDL_KEYDOWN ] { 768 } + Constant [ int SDL_KEYUP ] { 769 } + Constant [ int SDL_TEXTEDITING ] { 770 } + Constant [ int SDL_TEXTINPUT ] { 771 } + Constant [ int SDL_MOUSEMOTION ] { 1024 } + Constant [ int SDL_MOUSEBUTTONDOWN ] { 1025 } + Constant [ int SDL_MOUSEBUTTONUP ] { 1026 } + Constant [ int SDL_MOUSEWHEEL ] { 1027 } + Constant [ int SDL_WINDOWEVENT_SHOWN ] { 1 } + Constant [ int SDL_WINDOWEVENT_HIDDEN ] { 2 } + Constant [ int SDL_WINDOWEVENT_EXPOSED ] { 3 } + Constant [ int SDL_WINDOWEVENT_MOVED ] { 4 } + Constant [ int SDL_WINDOWEVENT_RESIZED ] { 5 } + Constant [ int SDL_WINDOWEVENT_SIZE_CHANGED ] { 6 } + Constant [ int SDL_WINDOWEVENT_MINIMIZED ] { 7 } + Constant [ int SDL_WINDOWEVENT_MAXIMIZED ] { 8 } + Constant [ int SDL_WINDOWEVENT_RESTORED ] { 9 } + Constant [ int SDL_WINDOWEVENT_ENTER ] { 10 } + Constant [ int SDL_WINDOWEVENT_LEAVE ] { 11 } + Constant [ int SDL_WINDOWEVENT_FOCUS_GAINED ] { 12 } + Constant [ int SDL_WINDOWEVENT_FOCUS_LOST ] { 13 } + Constant [ int SDL_WINDOWEVENT_CLOSE ] { 14 } + Constant [ int SDL_WINDOWEVENT_TAKE_FOCUS ] { 15 } + Constant [ int SDL_WINDOWEVENT_HIT_TEST ] { 16 } + Constant [ int SDL_GL_RED_SIZE ] { 0 } + Constant [ int SDL_GL_GREEN_SIZE ] { 1 } + Constant [ int SDL_GL_BLUE_SIZE ] { 2 } + Constant [ int SDL_GL_ALPHA_SIZE ] { 3 } + Constant [ int SDL_GL_BUFFER_SIZE ] { 4 } + Constant [ int SDL_GL_DOUBLEBUFFER ] { 5 } + Constant [ int SDL_GL_DEPTH_SIZE ] { 6 } + Constant [ int SDL_GL_STENCIL_SIZE ] { 7 } + Constant [ int SDL_GL_ACCUM_RED_SIZE ] { 8 } + Constant [ int SDL_GL_ACCUM_GREEN_SIZE ] { 9 } + Constant [ int SDL_GL_ACCUM_BLUE_SIZE ] { 10 } + Constant [ int SDL_GL_ACCUM_ALPHA_SIZE ] { 11 } + Constant [ int SDL_GL_STEREO ] { 12 } + Constant [ int SDL_GL_MULTISAMPLEBUFFERS ] { 13 } + Constant [ int SDL_GL_MULTISAMPLESAMPLES ] { 14 } + Constant [ int SDL_GL_ACCELERATED_VISUAL ] { 15 } + Constant [ int SDL_GL_RETAINED_BACKING ] { 16 } + Constant [ int SDL_GL_SHARE_WITH_CURRENT_CONTEXT ] { 22 } + Constant [ int SDL_GL_FRAMEBUFFER_SRGB_CAPABLE ] { 23 } + Constant [ int SDL_GL_CONTEXT_MAJOR_VERSION ] { 17 } + Constant [ int SDL_GL_CONTEXT_MINOR_VERSION ] { 18 } + Constant [ int SDL_GL_CONTEXT_EGL ] { 19 } + Constant [ int SDL_GL_CONTEXT_FLAGS ] { 20 } + Constant [ int SDL_GL_CONTEXT_PROFILE_MASK ] { 21 } + Constant [ int SDL_GL_CONTEXT_PROFILE_CORE ] { 1 } + Constant [ int SDL_GL_CONTEXT_PROFILE_COMPATIBILITY ] { 2 } + Constant [ int SDL_GL_CONTEXT_PROFILE_ES ] { 4 } + Constant [ int SDL_GL_CONTEXT_DEBUG_FLAG ] { 1 } + Constant [ int SDL_GL_CONTEXT_FORWARD_COMPATIBLE_FLAG ] { 2 } + Constant [ int SDL_GL_CONTEXT_ROBUST_ACCESS_FLAG ] { 4 } + Constant [ int SDL_GL_CONTEXT_RESET_ISOLATION_FLAG ] { 8 } + Constant [ int SDL_SCANCODE_UNKNOWN ] { 0 } + Constant [ int SDL_SCANCODE_A ] { 4 } + Constant [ int SDL_SCANCODE_B ] { 5 } + Constant [ int SDL_SCANCODE_C ] { 6 } + Constant [ int SDL_SCANCODE_D ] { 7 } + Constant [ int SDL_SCANCODE_E ] { 8 } + Constant [ int SDL_SCANCODE_F ] { 9 } + Constant [ int SDL_SCANCODE_G ] { 10 } + Constant [ int SDL_SCANCODE_H ] { 11 } + Constant [ int SDL_SCANCODE_I ] { 12 } + Constant [ int SDL_SCANCODE_J ] { 13 } + Constant [ int SDL_SCANCODE_K ] { 14 } + Constant [ int SDL_SCANCODE_L ] { 15 } + Constant [ int SDL_SCANCODE_M ] { 16 } + Constant [ int SDL_SCANCODE_N ] { 17 } + Constant [ int SDL_SCANCODE_O ] { 18 } + Constant [ int SDL_SCANCODE_P ] { 19 } + Constant [ int SDL_SCANCODE_Q ] { 20 } + Constant [ int SDL_SCANCODE_R ] { 21 } + Constant [ int SDL_SCANCODE_S ] { 22 } + Constant [ int SDL_SCANCODE_T ] { 23 } + Constant [ int SDL_SCANCODE_U ] { 24 } + Constant [ int SDL_SCANCODE_V ] { 25 } + Constant [ int SDL_SCANCODE_W ] { 26 } + Constant [ int SDL_SCANCODE_X ] { 27 } + Constant [ int SDL_SCANCODE_Y ] { 28 } + Constant [ int SDL_SCANCODE_Z ] { 29 } + Constant [ int SDL_SCANCODE_1 ] { 30 } + Constant [ int SDL_SCANCODE_2 ] { 31 } + Constant [ int SDL_SCANCODE_3 ] { 32 } + Constant [ int SDL_SCANCODE_4 ] { 33 } + Constant [ int SDL_SCANCODE_5 ] { 34 } + Constant [ int SDL_SCANCODE_6 ] { 35 } + Constant [ int SDL_SCANCODE_7 ] { 36 } + Constant [ int SDL_SCANCODE_8 ] { 37 } + Constant [ int SDL_SCANCODE_9 ] { 38 } + Constant [ int SDL_SCANCODE_0 ] { 39 } + Constant [ int SDL_SCANCODE_RETURN ] { 40 } + Constant [ int SDL_SCANCODE_ESCAPE ] { 41 } + Constant [ int SDL_SCANCODE_BACKSPACE ] { 42 } + Constant [ int SDL_SCANCODE_TAB ] { 43 } + Constant [ int SDL_SCANCODE_SPACE ] { 44 } + Constant [ int SDL_SCANCODE_MINUS ] { 45 } + Constant [ int SDL_SCANCODE_EQUALS ] { 46 } + Constant [ int SDL_SCANCODE_LEFTBRACKET ] { 47 } + Constant [ int SDL_SCANCODE_RIGHTBRACKET ] { 48 } + Constant [ int SDL_SCANCODE_BACKSLASH ] { 49 } + Constant [ int SDL_SCANCODE_NONUSHASH ] { 50 } + Constant [ int SDL_SCANCODE_SEMICOLON ] { 51 } + Constant [ int SDL_SCANCODE_APOSTROPHE ] { 52 } + Constant [ int SDL_SCANCODE_GRAVE ] { 53 } + Constant [ int SDL_SCANCODE_COMMA ] { 54 } + Constant [ int SDL_SCANCODE_PERIOD ] { 55 } + Constant [ int SDL_SCANCODE_SLASH ] { 56 } + Constant [ int SDL_SCANCODE_CAPSLOCK ] { 57 } + Constant [ int SDL_SCANCODE_F1 ] { 58 } + Constant [ int SDL_SCANCODE_F2 ] { 59 } + Constant [ int SDL_SCANCODE_F3 ] { 60 } + Constant [ int SDL_SCANCODE_F4 ] { 61 } + Constant [ int SDL_SCANCODE_F5 ] { 62 } + Constant [ int SDL_SCANCODE_F6 ] { 63 } + Constant [ int SDL_SCANCODE_F7 ] { 64 } + Constant [ int SDL_SCANCODE_F8 ] { 65 } + Constant [ int SDL_SCANCODE_F9 ] { 66 } + Constant [ int SDL_SCANCODE_F10 ] { 67 } + Constant [ int SDL_SCANCODE_F11 ] { 68 } + Constant [ int SDL_SCANCODE_F12 ] { 69 } + Constant [ int SDL_SCANCODE_PRINTSCREEN ] { 70 } + Constant [ int SDL_SCANCODE_SCROLLLOCK ] { 71 } + Constant [ int SDL_SCANCODE_PAUSE ] { 72 } + Constant [ int SDL_SCANCODE_INSERT ] { 73 } + Constant [ int SDL_SCANCODE_HOME ] { 74 } + Constant [ int SDL_SCANCODE_PAGEUP ] { 75 } + Constant [ int SDL_SCANCODE_DELETE ] { 76 } + Constant [ int SDL_SCANCODE_END ] { 77 } + Constant [ int SDL_SCANCODE_PAGEDOWN ] { 78 } + Constant [ int SDL_SCANCODE_RIGHT ] { 79 } + Constant [ int SDL_SCANCODE_LEFT ] { 80 } + Constant [ int SDL_SCANCODE_DOWN ] { 81 } + Constant [ int SDL_SCANCODE_UP ] { 82 } + Constant [ int SDL_SCANCODE_NUMLOCKCLEAR ] { 83 } + Constant [ int SDL_SCANCODE_KP_DIVIDE ] { 84 } + Constant [ int SDL_SCANCODE_KP_MULTIPLY ] { 85 } + Constant [ int SDL_SCANCODE_KP_MINUS ] { 86 } + Constant [ int SDL_SCANCODE_KP_PLUS ] { 87 } + Constant [ int SDL_SCANCODE_KP_ENTER ] { 88 } + Constant [ int SDL_SCANCODE_KP_1 ] { 89 } + Constant [ int SDL_SCANCODE_KP_2 ] { 90 } + Constant [ int SDL_SCANCODE_KP_3 ] { 91 } + Constant [ int SDL_SCANCODE_KP_4 ] { 92 } + Constant [ int SDL_SCANCODE_KP_5 ] { 93 } + Constant [ int SDL_SCANCODE_KP_6 ] { 94 } + Constant [ int SDL_SCANCODE_KP_7 ] { 95 } + Constant [ int SDL_SCANCODE_KP_8 ] { 96 } + Constant [ int SDL_SCANCODE_KP_9 ] { 97 } + Constant [ int SDL_SCANCODE_KP_0 ] { 98 } + Constant [ int SDL_SCANCODE_KP_PERIOD ] { 99 } + Constant [ int SDL_SCANCODE_NONUSBACKSLASH ] { 100 } + Constant [ int SDL_SCANCODE_APPLICATION ] { 101 } + Constant [ int SDL_SCANCODE_POWER ] { 102 } + Constant [ int SDL_SCANCODE_KP_EQUALS ] { 103 } + Constant [ int SDL_SCANCODE_F13 ] { 104 } + Constant [ int SDL_SCANCODE_F14 ] { 105 } + Constant [ int SDL_SCANCODE_F15 ] { 106 } + Constant [ int SDL_SCANCODE_F16 ] { 107 } + Constant [ int SDL_SCANCODE_F17 ] { 108 } + Constant [ int SDL_SCANCODE_F18 ] { 109 } + Constant [ int SDL_SCANCODE_F19 ] { 110 } + Constant [ int SDL_SCANCODE_F20 ] { 111 } + Constant [ int SDL_SCANCODE_F21 ] { 112 } + Constant [ int SDL_SCANCODE_F22 ] { 113 } + Constant [ int SDL_SCANCODE_F23 ] { 114 } + Constant [ int SDL_SCANCODE_F24 ] { 115 } + Constant [ int SDL_SCANCODE_EXECUTE ] { 116 } + Constant [ int SDL_SCANCODE_HELP ] { 117 } + Constant [ int SDL_SCANCODE_MENU ] { 118 } + Constant [ int SDL_SCANCODE_SELECT ] { 119 } + Constant [ int SDL_SCANCODE_STOP ] { 120 } + Constant [ int SDL_SCANCODE_AGAIN ] { 121 } + Constant [ int SDL_SCANCODE_UNDO ] { 122 } + Constant [ int SDL_SCANCODE_CUT ] { 123 } + Constant [ int SDL_SCANCODE_COPY ] { 124 } + Constant [ int SDL_SCANCODE_PASTE ] { 125 } + Constant [ int SDL_SCANCODE_FIND ] { 126 } + Constant [ int SDL_SCANCODE_MUTE ] { 127 } + Constant [ int SDL_SCANCODE_VOLUMEUP ] { 128 } + Constant [ int SDL_SCANCODE_VOLUMEDOWN ] { 129 } + Constant [ int SDL_SCANCODE_KP_COMMA ] { 133 } + Constant [ int SDL_SCANCODE_KP_EQUALSAS400 ] { 134 } + Constant [ int SDL_SCANCODE_INTERNATIONAL1 ] { 135 } + Constant [ int SDL_SCANCODE_INTERNATIONAL2 ] { 136 } + Constant [ int SDL_SCANCODE_INTERNATIONAL3 ] { 137 } + Constant [ int SDL_SCANCODE_INTERNATIONAL4 ] { 138 } + Constant [ int SDL_SCANCODE_INTERNATIONAL5 ] { 139 } + Constant [ int SDL_SCANCODE_INTERNATIONAL6 ] { 140 } + Constant [ int SDL_SCANCODE_INTERNATIONAL7 ] { 141 } + Constant [ int SDL_SCANCODE_INTERNATIONAL8 ] { 142 } + Constant [ int SDL_SCANCODE_INTERNATIONAL9 ] { 143 } + Constant [ int SDL_SCANCODE_LANG1 ] { 144 } + Constant [ int SDL_SCANCODE_LANG2 ] { 145 } + Constant [ int SDL_SCANCODE_LANG3 ] { 146 } + Constant [ int SDL_SCANCODE_LANG4 ] { 147 } + Constant [ int SDL_SCANCODE_LANG5 ] { 148 } + Constant [ int SDL_SCANCODE_LANG6 ] { 149 } + Constant [ int SDL_SCANCODE_LANG7 ] { 150 } + Constant [ int SDL_SCANCODE_LANG8 ] { 151 } + Constant [ int SDL_SCANCODE_LANG9 ] { 152 } + Constant [ int SDL_SCANCODE_ALTERASE ] { 153 } + Constant [ int SDL_SCANCODE_SYSREQ ] { 154 } + Constant [ int SDL_SCANCODE_CANCEL ] { 155 } + Constant [ int SDL_SCANCODE_CLEAR ] { 156 } + Constant [ int SDL_SCANCODE_PRIOR ] { 157 } + Constant [ int SDL_SCANCODE_RETURN2 ] { 158 } + Constant [ int SDL_SCANCODE_SEPARATOR ] { 159 } + Constant [ int SDL_SCANCODE_OUT ] { 160 } + Constant [ int SDL_SCANCODE_OPER ] { 161 } + Constant [ int SDL_SCANCODE_CLEARAGAIN ] { 162 } + Constant [ int SDL_SCANCODE_CRSEL ] { 163 } + Constant [ int SDL_SCANCODE_EXSEL ] { 164 } + Constant [ int SDL_SCANCODE_KP_00 ] { 176 } + Constant [ int SDL_SCANCODE_KP_000 ] { 177 } + Constant [ int SDL_SCANCODE_THOUSANDSSEPARATOR ] { 178 } + Constant [ int SDL_SCANCODE_DECIMALSEPARATOR ] { 179 } + Constant [ int SDL_SCANCODE_CURRENCYUNIT ] { 180 } + Constant [ int SDL_SCANCODE_CURRENCYSUBUNIT ] { 181 } + Constant [ int SDL_SCANCODE_KP_LEFTPAREN ] { 182 } + Constant [ int SDL_SCANCODE_KP_RIGHTPAREN ] { 183 } + Constant [ int SDL_SCANCODE_KP_LEFTBRACE ] { 184 } + Constant [ int SDL_SCANCODE_KP_RIGHTBRACE ] { 185 } + Constant [ int SDL_SCANCODE_KP_TAB ] { 186 } + Constant [ int SDL_SCANCODE_KP_BACKSPACE ] { 187 } + Constant [ int SDL_SCANCODE_KP_A ] { 188 } + Constant [ int SDL_SCANCODE_KP_B ] { 189 } + Constant [ int SDL_SCANCODE_KP_C ] { 190 } + Constant [ int SDL_SCANCODE_KP_D ] { 191 } + Constant [ int SDL_SCANCODE_KP_E ] { 192 } + Constant [ int SDL_SCANCODE_KP_F ] { 193 } + Constant [ int SDL_SCANCODE_KP_XOR ] { 194 } + Constant [ int SDL_SCANCODE_KP_POWER ] { 195 } + Constant [ int SDL_SCANCODE_KP_PERCENT ] { 196 } + Constant [ int SDL_SCANCODE_KP_LESS ] { 197 } + Constant [ int SDL_SCANCODE_KP_GREATER ] { 198 } + Constant [ int SDL_SCANCODE_KP_AMPERSAND ] { 199 } + Constant [ int SDL_SCANCODE_KP_DBLAMPERSAND ] { 200 } + Constant [ int SDL_SCANCODE_KP_VERTICALBAR ] { 201 } + Constant [ int SDL_SCANCODE_KP_DBLVERTICALBAR ] { 202 } + Constant [ int SDL_SCANCODE_KP_COLON ] { 203 } + Constant [ int SDL_SCANCODE_KP_HASH ] { 204 } + Constant [ int SDL_SCANCODE_KP_SPACE ] { 205 } + Constant [ int SDL_SCANCODE_KP_AT ] { 206 } + Constant [ int SDL_SCANCODE_KP_EXCLAM ] { 207 } + Constant [ int SDL_SCANCODE_KP_MEMSTORE ] { 208 } + Constant [ int SDL_SCANCODE_KP_MEMRECALL ] { 209 } + Constant [ int SDL_SCANCODE_KP_MEMCLEAR ] { 210 } + Constant [ int SDL_SCANCODE_KP_MEMADD ] { 211 } + Constant [ int SDL_SCANCODE_KP_MEMSUBTRACT ] { 212 } + Constant [ int SDL_SCANCODE_KP_MEMMULTIPLY ] { 213 } + Constant [ int SDL_SCANCODE_KP_MEMDIVIDE ] { 214 } + Constant [ int SDL_SCANCODE_KP_PLUSMINUS ] { 215 } + Constant [ int SDL_SCANCODE_KP_CLEAR ] { 216 } + Constant [ int SDL_SCANCODE_KP_CLEARENTRY ] { 217 } + Constant [ int SDL_SCANCODE_KP_BINARY ] { 218 } + Constant [ int SDL_SCANCODE_KP_OCTAL ] { 219 } + Constant [ int SDL_SCANCODE_KP_DECIMAL ] { 220 } + Constant [ int SDL_SCANCODE_KP_HEXADECIMAL ] { 221 } + Constant [ int SDL_SCANCODE_LCTRL ] { 224 } + Constant [ int SDL_SCANCODE_LSHIFT ] { 225 } + Constant [ int SDL_SCANCODE_LALT ] { 226 } + Constant [ int SDL_SCANCODE_LGUI ] { 227 } + Constant [ int SDL_SCANCODE_RCTRL ] { 228 } + Constant [ int SDL_SCANCODE_RSHIFT ] { 229 } + Constant [ int SDL_SCANCODE_RALT ] { 230 } + Constant [ int SDL_SCANCODE_RGUI ] { 231 } + Constant [ int SDL_SCANCODE_MODE ] { 257 } + Constant [ int SDL_SCANCODE_AUDIONEXT ] { 258 } + Constant [ int SDL_SCANCODE_AUDIOPREV ] { 259 } + Constant [ int SDL_SCANCODE_AUDIOSTOP ] { 260 } + Constant [ int SDL_SCANCODE_AUDIOPLAY ] { 261 } + Constant [ int SDL_SCANCODE_AUDIOMUTE ] { 262 } + Constant [ int SDL_SCANCODE_MEDIASELECT ] { 263 } + Constant [ int SDL_SCANCODE_WWW ] { 264 } + Constant [ int SDL_SCANCODE_MAIL ] { 265 } + Constant [ int SDL_SCANCODE_CALCULATOR ] { 266 } + Constant [ int SDL_SCANCODE_COMPUTER ] { 267 } + Constant [ int SDL_SCANCODE_AC_SEARCH ] { 268 } + Constant [ int SDL_SCANCODE_AC_HOME ] { 269 } + Constant [ int SDL_SCANCODE_AC_BACK ] { 270 } + Constant [ int SDL_SCANCODE_AC_FORWARD ] { 271 } + Constant [ int SDL_SCANCODE_AC_STOP ] { 272 } + Constant [ int SDL_SCANCODE_AC_REFRESH ] { 273 } + Constant [ int SDL_SCANCODE_AC_BOOKMARKS ] { 274 } + Constant [ int SDL_SCANCODE_BRIGHTNESSDOWN ] { 275 } + Constant [ int SDL_SCANCODE_BRIGHTNESSUP ] { 276 } + Constant [ int SDL_SCANCODE_DISPLAYSWITCH ] { 277 } + Constant [ int SDL_SCANCODE_KBDILLUMTOGGLE ] { 278 } + Constant [ int SDL_SCANCODE_KBDILLUMDOWN ] { 279 } + Constant [ int SDL_SCANCODE_KBDILLUMUP ] { 280 } + Constant [ int SDL_SCANCODE_EJECT ] { 281 } + Constant [ int SDL_SCANCODE_SLEEP ] { 282 } + Constant [ int SDL_SCANCODE_APP1 ] { 283 } + Constant [ int SDL_SCANCODE_APP2 ] { 284 } + Constant [ int SDL_NUM_SCANCODES ] { 512 } + Constant [ int SDLK_UNKNOWN ] { 0 } + Constant [ int SDLK_RETURN ] { 13 } + Constant [ int SDLK_ESCAPE ] { 27 } + Constant [ int SDLK_BACKSPACE ] { 8 } + Constant [ int SDLK_TAB ] { 9 } + Constant [ int SDLK_SPACE ] { 32 } + Constant [ int SDLK_EXCLAIM ] { 33 } + Constant [ int SDLK_QUOTEDBL ] { 34 } + Constant [ int SDLK_HASH ] { 35 } + Constant [ int SDLK_PERCENT ] { 37 } + Constant [ int SDLK_DOLLAR ] { 36 } + Constant [ int SDLK_AMPERSAND ] { 38 } + Constant [ int SDLK_QUOTE ] { 39 } + Constant [ int SDLK_LEFTPAREN ] { 40 } + Constant [ int SDLK_RIGHTPAREN ] { 41 } + Constant [ int SDLK_ASTERISK ] { 42 } + Constant [ int SDLK_PLUS ] { 43 } + Constant [ int SDLK_COMMA ] { 44 } + Constant [ int SDLK_MINUS ] { 45 } + Constant [ int SDLK_PERIOD ] { 46 } + Constant [ int SDLK_SLASH ] { 47 } + Constant [ int SDLK_0 ] { 48 } + Constant [ int SDLK_1 ] { 49 } + Constant [ int SDLK_2 ] { 50 } + Constant [ int SDLK_3 ] { 51 } + Constant [ int SDLK_4 ] { 52 } + Constant [ int SDLK_5 ] { 53 } + Constant [ int SDLK_6 ] { 54 } + Constant [ int SDLK_7 ] { 55 } + Constant [ int SDLK_8 ] { 56 } + Constant [ int SDLK_9 ] { 57 } + Constant [ int SDLK_COLON ] { 58 } + Constant [ int SDLK_SEMICOLON ] { 59 } + Constant [ int SDLK_LESS ] { 60 } + Constant [ int SDLK_EQUALS ] { 61 } + Constant [ int SDLK_GREATER ] { 62 } + Constant [ int SDLK_QUESTION ] { 63 } + Constant [ int SDLK_AT ] { 64 } + Constant [ int SDLK_LEFTBRACKET ] { 91 } + Constant [ int SDLK_BACKSLASH ] { 92 } + Constant [ int SDLK_RIGHTBRACKET ] { 93 } + Constant [ int SDLK_CARET ] { 94 } + Constant [ int SDLK_UNDERSCORE ] { 95 } + Constant [ int SDLK_BACKQUOTE ] { 96 } + Constant [ int SDLK_a ] { 97 } + Constant [ int SDLK_b ] { 98 } + Constant [ int SDLK_c ] { 99 } + Constant [ int SDLK_d ] { 100 } + Constant [ int SDLK_e ] { 101 } + Constant [ int SDLK_f ] { 102 } + Constant [ int SDLK_g ] { 103 } + Constant [ int SDLK_h ] { 104 } + Constant [ int SDLK_i ] { 105 } + Constant [ int SDLK_j ] { 106 } + Constant [ int SDLK_k ] { 107 } + Constant [ int SDLK_l ] { 108 } + Constant [ int SDLK_m ] { 109 } + Constant [ int SDLK_n ] { 110 } + Constant [ int SDLK_o ] { 111 } + Constant [ int SDLK_p ] { 112 } + Constant [ int SDLK_q ] { 113 } + Constant [ int SDLK_r ] { 114 } + Constant [ int SDLK_s ] { 115 } + Constant [ int SDLK_t ] { 116 } + Constant [ int SDLK_u ] { 117 } + Constant [ int SDLK_v ] { 118 } + Constant [ int SDLK_w ] { 119 } + Constant [ int SDLK_x ] { 120 } + Constant [ int SDLK_y ] { 121 } + Constant [ int SDLK_z ] { 122 } + Constant [ int SDLK_CAPSLOCK ] { 1073741881 } + Constant [ int SDLK_F1 ] { 1073741882 } + Constant [ int SDLK_F2 ] { 1073741883 } + Constant [ int SDLK_F3 ] { 1073741884 } + Constant [ int SDLK_F4 ] { 1073741885 } + Constant [ int SDLK_F5 ] { 1073741886 } + Constant [ int SDLK_F6 ] { 1073741887 } + Constant [ int SDLK_F7 ] { 1073741888 } + Constant [ int SDLK_F8 ] { 1073741889 } + Constant [ int SDLK_F9 ] { 1073741890 } + Constant [ int SDLK_F10 ] { 1073741891 } + Constant [ int SDLK_F11 ] { 1073741892 } + Constant [ int SDLK_F12 ] { 1073741893 } + Constant [ int SDLK_PRINTSCREEN ] { 1073741894 } + Constant [ int SDLK_SCROLLLOCK ] { 1073741895 } + Constant [ int SDLK_PAUSE ] { 1073741896 } + Constant [ int SDLK_INSERT ] { 1073741897 } + Constant [ int SDLK_HOME ] { 1073741898 } + Constant [ int SDLK_PAGEUP ] { 1073741899 } + Constant [ int SDLK_DELETE ] { 127 } + Constant [ int SDLK_END ] { 1073741901 } + Constant [ int SDLK_PAGEDOWN ] { 1073741902 } + Constant [ int SDLK_RIGHT ] { 1073741903 } + Constant [ int SDLK_LEFT ] { 1073741904 } + Constant [ int SDLK_DOWN ] { 1073741905 } + Constant [ int SDLK_UP ] { 1073741906 } + Constant [ int SDLK_NUMLOCKCLEAR ] { 1073741907 } + Constant [ int SDLK_KP_DIVIDE ] { 1073741908 } + Constant [ int SDLK_KP_MULTIPLY ] { 1073741909 } + Constant [ int SDLK_KP_MINUS ] { 1073741910 } + Constant [ int SDLK_KP_PLUS ] { 1073741911 } + Constant [ int SDLK_KP_ENTER ] { 1073741912 } + Constant [ int SDLK_KP_1 ] { 1073741913 } + Constant [ int SDLK_KP_2 ] { 1073741914 } + Constant [ int SDLK_KP_3 ] { 1073741915 } + Constant [ int SDLK_KP_4 ] { 1073741916 } + Constant [ int SDLK_KP_5 ] { 1073741917 } + Constant [ int SDLK_KP_6 ] { 1073741918 } + Constant [ int SDLK_KP_7 ] { 1073741919 } + Constant [ int SDLK_KP_8 ] { 1073741920 } + Constant [ int SDLK_KP_9 ] { 1073741921 } + Constant [ int SDLK_KP_0 ] { 1073741922 } + Constant [ int SDLK_KP_PERIOD ] { 1073741923 } + Constant [ int SDLK_APPLICATION ] { 1073741925 } + Constant [ int SDLK_POWER ] { 1073741926 } + Constant [ int SDLK_KP_EQUALS ] { 1073741927 } + Constant [ int SDLK_F13 ] { 1073741928 } + Constant [ int SDLK_F14 ] { 1073741929 } + Constant [ int SDLK_F15 ] { 1073741930 } + Constant [ int SDLK_F16 ] { 1073741931 } + Constant [ int SDLK_F17 ] { 1073741932 } + Constant [ int SDLK_F18 ] { 1073741933 } + Constant [ int SDLK_F19 ] { 1073741934 } + Constant [ int SDLK_F20 ] { 1073741935 } + Constant [ int SDLK_F21 ] { 1073741936 } + Constant [ int SDLK_F22 ] { 1073741937 } + Constant [ int SDLK_F23 ] { 1073741938 } + Constant [ int SDLK_F24 ] { 1073741939 } + Constant [ int SDLK_EXECUTE ] { 1073741940 } + Constant [ int SDLK_HELP ] { 1073741941 } + Constant [ int SDLK_MENU ] { 1073741942 } + Constant [ int SDLK_SELECT ] { 1073741943 } + Constant [ int SDLK_STOP ] { 1073741944 } + Constant [ int SDLK_AGAIN ] { 1073741945 } + Constant [ int SDLK_UNDO ] { 1073741946 } + Constant [ int SDLK_CUT ] { 1073741947 } + Constant [ int SDLK_COPY ] { 1073741948 } + Constant [ int SDLK_PASTE ] { 1073741949 } + Constant [ int SDLK_FIND ] { 1073741950 } + Constant [ int SDLK_MUTE ] { 1073741951 } + Constant [ int SDLK_VOLUMEUP ] { 1073741952 } + Constant [ int SDLK_VOLUMEDOWN ] { 1073741953 } + Constant [ int SDLK_KP_COMMA ] { 1073741957 } + Constant [ int SDLK_KP_EQUALSAS400 ] { 1073741958 } + Constant [ int SDLK_ALTERASE ] { 1073741977 } + Constant [ int SDLK_SYSREQ ] { 1073741978 } + Constant [ int SDLK_CANCEL ] { 1073741979 } + Constant [ int SDLK_CLEAR ] { 1073741980 } + Constant [ int SDLK_PRIOR ] { 1073741981 } + Constant [ int SDLK_RETURN2 ] { 1073741982 } + Constant [ int SDLK_SEPARATOR ] { 1073741983 } + Constant [ int SDLK_OUT ] { 1073741984 } + Constant [ int SDLK_OPER ] { 1073741985 } + Constant [ int SDLK_CLEARAGAIN ] { 1073741986 } + Constant [ int SDLK_CRSEL ] { 1073741987 } + Constant [ int SDLK_EXSEL ] { 1073741988 } + Constant [ int SDLK_KP_00 ] { 1073742000 } + Constant [ int SDLK_KP_000 ] { 1073742001 } + Constant [ int SDLK_THOUSANDSSEPARATOR ] { 1073742002 } + Constant [ int SDLK_DECIMALSEPARATOR ] { 1073742003 } + Constant [ int SDLK_CURRENCYUNIT ] { 1073742004 } + Constant [ int SDLK_CURRENCYSUBUNIT ] { 1073742005 } + Constant [ int SDLK_KP_LEFTPAREN ] { 1073742006 } + Constant [ int SDLK_KP_RIGHTPAREN ] { 1073742007 } + Constant [ int SDLK_KP_LEFTBRACE ] { 1073742008 } + Constant [ int SDLK_KP_RIGHTBRACE ] { 1073742009 } + Constant [ int SDLK_KP_TAB ] { 1073742010 } + Constant [ int SDLK_KP_BACKSPACE ] { 1073742011 } + Constant [ int SDLK_KP_A ] { 1073742012 } + Constant [ int SDLK_KP_B ] { 1073742013 } + Constant [ int SDLK_KP_C ] { 1073742014 } + Constant [ int SDLK_KP_D ] { 1073742015 } + Constant [ int SDLK_KP_E ] { 1073742016 } + Constant [ int SDLK_KP_F ] { 1073742017 } + Constant [ int SDLK_KP_XOR ] { 1073742018 } + Constant [ int SDLK_KP_POWER ] { 1073742019 } + Constant [ int SDLK_KP_PERCENT ] { 1073742020 } + Constant [ int SDLK_KP_LESS ] { 1073742021 } + Constant [ int SDLK_KP_GREATER ] { 1073742022 } + Constant [ int SDLK_KP_AMPERSAND ] { 1073742023 } + Constant [ int SDLK_KP_DBLAMPERSAND ] { 1073742024 } + Constant [ int SDLK_KP_VERTICALBAR ] { 1073742025 } + Constant [ int SDLK_KP_DBLVERTICALBAR ] { 1073742026 } + Constant [ int SDLK_KP_COLON ] { 1073742027 } + Constant [ int SDLK_KP_HASH ] { 1073742028 } + Constant [ int SDLK_KP_SPACE ] { 1073742029 } + Constant [ int SDLK_KP_AT ] { 1073742030 } + Constant [ int SDLK_KP_EXCLAM ] { 1073742031 } + Constant [ int SDLK_KP_MEMSTORE ] { 1073742032 } + Constant [ int SDLK_KP_MEMRECALL ] { 1073742033 } + Constant [ int SDLK_KP_MEMCLEAR ] { 1073742034 } + Constant [ int SDLK_KP_MEMADD ] { 1073742035 } + Constant [ int SDLK_KP_MEMSUBTRACT ] { 1073742036 } + Constant [ int SDLK_KP_MEMMULTIPLY ] { 1073742037 } + Constant [ int SDLK_KP_MEMDIVIDE ] { 1073742038 } + Constant [ int SDLK_KP_PLUSMINUS ] { 1073742039 } + Constant [ int SDLK_KP_CLEAR ] { 1073742040 } + Constant [ int SDLK_KP_CLEARENTRY ] { 1073742041 } + Constant [ int SDLK_KP_BINARY ] { 1073742042 } + Constant [ int SDLK_KP_OCTAL ] { 1073742043 } + Constant [ int SDLK_KP_DECIMAL ] { 1073742044 } + Constant [ int SDLK_KP_HEXADECIMAL ] { 1073742045 } + Constant [ int SDLK_LCTRL ] { 1073742048 } + Constant [ int SDLK_LSHIFT ] { 1073742049 } + Constant [ int SDLK_LALT ] { 1073742050 } + Constant [ int SDLK_LGUI ] { 1073742051 } + Constant [ int SDLK_RCTRL ] { 1073742052 } + Constant [ int SDLK_RSHIFT ] { 1073742053 } + Constant [ int SDLK_RALT ] { 1073742054 } + Constant [ int SDLK_RGUI ] { 1073742055 } + Constant [ int SDLK_MODE ] { 1073742081 } + Constant [ int SDLK_AUDIONEXT ] { 1073742082 } + Constant [ int SDLK_AUDIOPREV ] { 1073742083 } + Constant [ int SDLK_AUDIOSTOP ] { 1073742084 } + Constant [ int SDLK_AUDIOPLAY ] { 1073742085 } + Constant [ int SDLK_AUDIOMUTE ] { 1073742086 } + Constant [ int SDLK_MEDIASELECT ] { 1073742087 } + Constant [ int SDLK_WWW ] { 1073742088 } + Constant [ int SDLK_MAIL ] { 1073742089 } + Constant [ int SDLK_CALCULATOR ] { 1073742090 } + Constant [ int SDLK_COMPUTER ] { 1073742091 } + Constant [ int SDLK_AC_SEARCH ] { 1073742092 } + Constant [ int SDLK_AC_HOME ] { 1073742093 } + Constant [ int SDLK_AC_BACK ] { 1073742094 } + Constant [ int SDLK_AC_FORWARD ] { 1073742095 } + Constant [ int SDLK_AC_STOP ] { 1073742096 } + Constant [ int SDLK_AC_REFRESH ] { 1073742097 } + Constant [ int SDLK_AC_BOOKMARKS ] { 1073742098 } + Constant [ int SDLK_BRIGHTNESSDOWN ] { 1073742099 } + Constant [ int SDLK_BRIGHTNESSUP ] { 1073742100 } + Constant [ int SDLK_DISPLAYSWITCH ] { 1073742101 } + Constant [ int SDLK_KBDILLUMTOGGLE ] { 1073742102 } + Constant [ int SDLK_KBDILLUMDOWN ] { 1073742103 } + Constant [ int SDLK_KBDILLUMUP ] { 1073742104 } + Constant [ int SDLK_EJECT ] { 1073742105 } + Constant [ int SDLK_SLEEP ] { 1073742106 } + Constant [ int KMOD_NONE ] { 0 } + Constant [ int KMOD_LSHIFT ] { 1 } + Constant [ int KMOD_RSHIFT ] { 2 } + Constant [ int KMOD_LCTRL ] { 64 } + Constant [ int KMOD_RCTRL ] { 128 } + Constant [ int KMOD_LALT ] { 256 } + Constant [ int KMOD_RALT ] { 512 } + Constant [ int KMOD_LGUI ] { 1024 } + Constant [ int KMOD_RGUI ] { 2048 } + Constant [ int KMOD_NUM ] { 4096 } + Constant [ int KMOD_CAPS ] { 8192 } + Constant [ int KMOD_MODE ] { 16384 } + Constant [ int KMOD_RESERVED ] { 32768 } + Constant [ int KMOD_CTRL ] { 192 } + Constant [ int KMOD_SHIFT ] { 3 } + Constant [ int KMOD_ALT ] { 768 } + Constant [ int KMOD_GUI ] { 3072 } + Constant [ int SDL_MESSAGEBOX_ERROR ] { 16 } + Constant [ int SDL_MESSAGEBOX_WARNING ] { 32 } + Constant [ int SDL_MESSAGEBOX_INFORMATION ] { 64 } + Constant [ int SDL_MESSAGEBOX_BUTTON_RETURNKEY_DEFAULT ] { 1 } + Constant [ int SDL_MESSAGEBOX_BUTTON_ESCAPEKEY_DEFAULT ] { 2 } + Constant [ int SDL_MESSAGEBOX_COLOR_BACKGROUND ] { 0 } + Constant [ int SDL_MESSAGEBOX_COLOR_TEXT ] { 1 } + Constant [ int SDL_MESSAGEBOX_COLOR_BUTTON_BORDER ] { 2 } + Constant [ int SDL_MESSAGEBOX_COLOR_BUTTON_BACKGROUND ] { 3 } + Constant [ int SDL_MESSAGEBOX_COLOR_BUTTON_SELECTED ] { 4 } + Constant [ int SDL_MESSAGEBOX_COLOR_MAX ] { 5 } + Constant [ int SDL_SYSTEM_CURSOR_ARROW ] { 0 } + Constant [ int SDL_SYSTEM_CURSOR_IBEAM ] { 1 } + Constant [ int SDL_SYSTEM_CURSOR_WAIT ] { 2 } + Constant [ int SDL_SYSTEM_CURSOR_CROSSHAIR ] { 3 } + Constant [ int SDL_SYSTEM_CURSOR_WAITARROW ] { 4 } + Constant [ int SDL_SYSTEM_CURSOR_SIZENWSE ] { 5 } + Constant [ int SDL_SYSTEM_CURSOR_SIZENESW ] { 6 } + Constant [ int SDL_SYSTEM_CURSOR_SIZEWE ] { 7 } + Constant [ int SDL_SYSTEM_CURSOR_SIZENS ] { 8 } + Constant [ int SDL_SYSTEM_CURSOR_SIZEALL ] { 9 } + Constant [ int SDL_SYSTEM_CURSOR_NO ] { 10 } + Constant [ int SDL_SYSTEM_CURSOR_HAND ] { 11 } + Constant [ int SDL_NUM_SYSTEM_CURSORS ] { 12 } + Constant [ int SDL_BUTTON_LEFT ] { 1 } + Constant [ int SDL_BUTTON_MIDDLE ] { 2 } + Constant [ int SDL_BUTTON_RIGHT ] { 3 } + Constant [ int SDL_BUTTON_X1 ] { 4 } + Constant [ int SDL_BUTTON_X2 ] { 5 } + Constant [ int SDL_BUTTON_LMASK ] { 1 } + Constant [ int SDL_BUTTON_MMASK ] { 2 } + Constant [ int SDL_BUTTON_RMASK ] { 4 } + Constant [ int SDL_BUTTON_X1MASK ] { 8 } + Constant [ int SDL_BUTTON_X2MASK ] { 16 } + Constant [ int SDL_MUTEX_TIMEDOUT ] { 1 } + Constant [ int SDL_MUTEX_MAXWAIT ] { 4294967295 } + Constant [ int SDL_POWERSTATE_UNKNOWN ] { 0 } + Constant [ int SDL_POWERSTATE_ON_BATTERY ] { 1 } + Constant [ int SDL_POWERSTATE_NO_BATTERY ] { 2 } + Constant [ int SDL_POWERSTATE_CHARGING ] { 3 } + Constant [ int SDL_POWERSTATE_CHARGED ] { 4 } + Constant [ int SDL_PIXELTYPE_UNKNOWN ] { 0 } + Constant [ int SDL_PIXELTYPE_INDEX1 ] { 1 } + Constant [ int SDL_PIXELTYPE_INDEX4 ] { 2 } + Constant [ int SDL_PIXELTYPE_INDEX8 ] { 3 } + Constant [ int SDL_PIXELTYPE_PACKED8 ] { 4 } + Constant [ int SDL_PIXELTYPE_PACKED16 ] { 5 } + Constant [ int SDL_PIXELTYPE_PACKED32 ] { 6 } + Constant [ int SDL_PIXELTYPE_ARRAYU8 ] { 7 } + Constant [ int SDL_PIXELTYPE_ARRAYU16 ] { 8 } + Constant [ int SDL_PIXELTYPE_ARRAYU32 ] { 9 } + Constant [ int SDL_PIXELTYPE_ARRAYF16 ] { 10 } + Constant [ int SDL_PIXELTYPE_ARRAYF32 ] { 11 } + Constant [ int SDL_BITMAPORDER_NONE ] { 0 } + Constant [ int SDL_BITMAPORDER_4321 ] { 1 } + Constant [ int SDL_BITMAPORDER_1234 ] { 2 } + Constant [ int SDL_PACKEDORDER_NONE ] { 0 } + Constant [ int SDL_PACKEDORDER_XRGB ] { 1 } + Constant [ int SDL_PACKEDORDER_RGBX ] { 2 } + Constant [ int SDL_PACKEDORDER_ARGB ] { 3 } + Constant [ int SDL_PACKEDORDER_RGBA ] { 4 } + Constant [ int SDL_PACKEDORDER_XBGR ] { 5 } + Constant [ int SDL_PACKEDORDER_BGRX ] { 6 } + Constant [ int SDL_PACKEDORDER_ABGR ] { 7 } + Constant [ int SDL_PACKEDORDER_BGRA ] { 8 } + Constant [ int SDL_PACKEDLAYOUT_NONE ] { 0 } + Constant [ int SDL_PACKEDLAYOUT_332 ] { 1 } + Constant [ int SDL_PACKEDLAYOUT_4444 ] { 2 } + Constant [ int SDL_PACKEDLAYOUT_1555 ] { 3 } + Constant [ int SDL_PACKEDLAYOUT_5551 ] { 4 } + Constant [ int SDL_PACKEDLAYOUT_565 ] { 5 } + Constant [ int SDL_PACKEDLAYOUT_8888 ] { 6 } + Constant [ int SDL_PACKEDLAYOUT_2101010 ] { 7 } + Constant [ int SDL_PACKEDLAYOUT_1010102 ] { 8 } + Constant [ int SDL_PIXELFORMAT_UNKNOWN ] { 0 } + Constant [ int SDL_PIXELFORMAT_INDEX1LSB ] { 286261504 } + Constant [ int SDL_PIXELFORMAT_INDEX1MSB ] { 287310080 } + Constant [ int SDL_PIXELFORMAT_INDEX4LSB ] { 303039488 } + Constant [ int SDL_PIXELFORMAT_INDEX4MSB ] { 304088064 } + Constant [ int SDL_PIXELFORMAT_INDEX8 ] { 318769153 } + Constant [ int SDL_PIXELFORMAT_RGB332 ] { 336660481 } + Constant [ int SDL_PIXELFORMAT_RGB444 ] { 353504258 } + Constant [ int SDL_PIXELFORMAT_RGB555 ] { 353570562 } + Constant [ int SDL_PIXELFORMAT_BGR555 ] { 357764866 } + Constant [ int SDL_PIXELFORMAT_ARGB4444 ] { 355602434 } + Constant [ int SDL_PIXELFORMAT_RGBA4444 ] { 356651010 } + Constant [ int SDL_PIXELFORMAT_ABGR4444 ] { 359796738 } + Constant [ int SDL_PIXELFORMAT_BGRA4444 ] { 360845314 } + Constant [ int SDL_PIXELFORMAT_ARGB1555 ] { 355667970 } + Constant [ int SDL_PIXELFORMAT_RGBA5551 ] { 356782082 } + Constant [ int SDL_PIXELFORMAT_ABGR1555 ] { 359862274 } + Constant [ int SDL_PIXELFORMAT_BGRA5551 ] { 360976386 } + Constant [ int SDL_PIXELFORMAT_RGB565 ] { 353701890 } + Constant [ int SDL_PIXELFORMAT_BGR565 ] { 357896194 } + Constant [ int SDL_PIXELFORMAT_RGB24 ] { 386930691 } + Constant [ int SDL_PIXELFORMAT_BGR24 ] { 390076419 } + Constant [ int SDL_PIXELFORMAT_RGB888 ] { 370546692 } + Constant [ int SDL_PIXELFORMAT_RGBX8888 ] { 371595268 } + Constant [ int SDL_PIXELFORMAT_BGR888 ] { 374740996 } + Constant [ int SDL_PIXELFORMAT_BGRX8888 ] { 375789572 } + Constant [ int SDL_PIXELFORMAT_ARGB8888 ] { 372645892 } + Constant [ int SDL_PIXELFORMAT_RGBA8888 ] { 373694468 } + Constant [ int SDL_PIXELFORMAT_ABGR8888 ] { 376840196 } + Constant [ int SDL_PIXELFORMAT_BGRA8888 ] { 377888772 } + Constant [ int SDL_PIXELFORMAT_ARGB2101010 ] { 372711428 } + Constant [ int SDL_PIXELFORMAT_YV12 ] { 842094169 } + Constant [ int SDL_PIXELFORMAT_IYUV ] { 1448433993 } + Constant [ int SDL_PIXELFORMAT_YUY2 ] { 844715353 } + Constant [ int SDL_PIXELFORMAT_UYVY ] { 1498831189 } + Constant [ int SDL_PIXELFORMAT_YVYU ] { 1431918169 } + Constant [ int SDL_RENDERER_SOFTWARE ] { 1 } + Constant [ int SDL_RENDERER_ACCELERATED ] { 2 } + Constant [ int SDL_RENDERER_PRESENTVSYNC ] { 4 } + Constant [ int SDL_RENDERER_TARGETTEXTURE ] { 8 } + Constant [ int SDL_FLIP_NONE ] { 0 } + Constant [ int SDL_FLIP_HORIZONTAL ] { 1 } + Constant [ int SDL_FLIP_VERTICAL ] { 2 } + Constant [ int SDL_TEXTUREACCESS_STATIC ] { 0 } + Constant [ int SDL_TEXTUREACCESS_STREAMING ] { 1 } + Constant [ int SDL_TEXTUREACCESS_TARGET ] { 2 } + Constant [ int SDL_UNKNOWN ] { 0 } + Constant [ int SDL_WINFILE ] { 1 } + Constant [ int SDL_STDFILE ] { 2 } + Constant [ int SDL_JNIFILE ] { 3 } + Constant [ int SDL_MEMORY ] { 4 } + Constant [ int SDL_MEMORY_RO ] { 5 } + Constant [ int RW_SEEK_SET ] { 0 } + Constant [ int RW_SEEK_CUR ] { 1 } + Constant [ int RW_SEEK_END ] { 2 } + Constant [ int SDL_INIT_TIMER ] { 1 } + Constant [ int SDL_INIT_AUDIO ] { 16 } + Constant [ int SDL_INIT_VIDEO ] { 32 } + Constant [ int SDL_INIT_JOYSTICK ] { 512 } + Constant [ int SDL_INIT_HAPTIC ] { 4096 } + Constant [ int SDL_INIT_GAMECONTROLLER ] { 8192 } + Constant [ int SDL_INIT_EVENTS ] { 16384 } + Constant [ int SDL_INIT_NOPARACHUTE ] { 1048576 } + Constant [ int SDL_INIT_EVERYTHING ] { 62001 } + Constant [ int ShapeModeDefault ] { 0 } + Constant [ int ShapeModeBinarizeAlpha ] { 1 } + Constant [ int ShapeModeReverseBinarizeAlpha ] { 2 } + Constant [ int ShapeModeColorKey ] { 3 } + Constant [ int SDL_NONSHAPEABLE_WINDOW ] { -1 } + Constant [ int SDL_INVALID_SHAPE_ARGUMENT ] { -2 } + Constant [ int SDL_WINDOW_LACKS_SHAPE ] { -3 } + Constant [ int SDL_SWSURFACE ] { 0 } + Constant [ int SDL_PREALLOC ] { 1 } + Constant [ int SDL_RLEACCEL ] { 2 } + Constant [ int SDL_DONTFREE ] { 4 } + Constant [ int SDL_COMPILEDVERSION ] { 2009 } + Constant [ int SDL_MAJOR_VERSION ] { 2 } + Constant [ int SDL_MINOR_VERSION ] { 0 } + Constant [ int SDL_PATCHLEVEL ] { 9 } + Constant [ string SDL_REVISION ] { hg-12373:8feb5da6f2fb } + Constant [ int SDL_WINDOW_FULLSCREEN ] { 1 } + Constant [ int SDL_WINDOW_OPENGL ] { 2 } + Constant [ int SDL_WINDOW_SHOWN ] { 4 } + Constant [ int SDL_WINDOW_HIDDEN ] { 8 } + Constant [ int SDL_WINDOW_BORDERLESS ] { 16 } + Constant [ int SDL_WINDOW_RESIZABLE ] { 32 } + Constant [ int SDL_WINDOW_MINIMIZED ] { 64 } + Constant [ int SDL_WINDOW_MAXIMIZED ] { 128 } + Constant [ int SDL_WINDOW_INPUT_GRABBED ] { 256 } + Constant [ int SDL_WINDOW_INPUT_FOCUS ] { 512 } + Constant [ int SDL_WINDOW_MOUSE_FOCUS ] { 1024 } + Constant [ int SDL_WINDOW_FULLSCREEN_DESKTOP ] { 4097 } + Constant [ int SDL_WINDOW_FOREIGN ] { 2048 } + Constant [ int SDL_WINDOW_ALLOW_HIGHDPI ] { 8192 } + Constant [ int SDL_WINDOWPOS_UNDEFINED_MASK ] { 536805376 } + Constant [ int SDL_WINDOWPOS_UNDEFINED ] { 536805376 } + Constant [ int SDL_WINDOWPOS_CENTERED_MASK ] { 805240832 } + Constant [ int SDL_WINDOWPOS_CENTERED ] { 805240832 } } - Functions { - Function [ function sdl_init ] { + Function [ function SDL_Init ] { - Parameters [1] { - Parameter #0 [ $flags ] + Parameter #0 [ $flags ] } } - Function [ function sdl_initsubsystem ] { + Function [ function SDL_InitSubSystem ] { - Parameters [1] { Parameter #0 [ $flags ] } } - Function [ function sdl_quitsubsystem ] { + Function [ function SDL_Quit ] { - - Parameters [1] { - Parameter #0 [ $flags ] + - Parameters [0] { } } - Function [ function sdl_quit ] { + Function [ function SDL_QuitSubSystem ] { - Parameters [1] { Parameter #0 [ $flags ] } } - Function [ function sdl_wasinit ] { + Function [ function SDL_WasInit ] { - Parameters [1] { Parameter #0 [ $flags ] } } - Function [ function sdl_mustlock ] { + Function [ function SDL_CreateWindow ] { - - Parameters [1] { - Parameter #0 [ $surface ] + - Parameters [6] { + Parameter #0 [ $title ] + Parameter #1 [ $x ] + Parameter #2 [ $y ] + Parameter #3 [ $w ] + Parameter #4 [ $h ] + Parameter #5 [ $flags ] } } - Function [ function sdl_getvideosurface ] { + Function [ function SDL_CreateShapedWindow ] { - - Parameters [0] { + - Parameters [6] { + Parameter #0 [ $title ] + Parameter #1 [ $x ] + Parameter #2 [ $y ] + Parameter #3 [ $w ] + Parameter #4 [ $h ] + Parameter #5 [ $flags ] } } - Function [ function sdl_getvideoinfo ] { + Function [ function SDL_DestroyWindow ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ SDL_Window $window ] } } - Function [ function sdl_videodrivername ] { + Function [ function SDL_UpdateWindowSurface ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ SDL_Window $window ] } } - Function [ function sdl_listmodes ] { + Function [ function SDL_GetWindowTitle ] { - - Parameters [2] { - Parameter #0 [ $format ] - Parameter #1 [ $flags ] + - Parameters [1] { + Parameter #0 [ SDL_Window $window ] } } - Function [ function sdl_videomodeok ] { + Function [ function SDL_SetWindowTitle ] { - - Parameters [4] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] - Parameter #2 [ $bpp ] - Parameter #3 [ $flags ] + - Parameters [2] { + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ $title ] } } - Function [ function sdl_setvideomode ] { + Function [ function SDL_GetWindowDisplayIndex ] { - - Parameters [4] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] - Parameter #2 [ $bpp ] - Parameter #3 [ $flags ] + - Parameters [1] { + Parameter #0 [ SDL_Window $window ] } } - Function [ function sdl_updaterect ] { + Function [ function SDL_ShowWindow ] { - - Parameters [5] { - Parameter #0 [ $surface ] - Parameter #1 [ $x ] - Parameter #2 [ $y ] - Parameter #3 [ $w ] - Parameter #4 [ $h ] + - Parameters [1] { + Parameter #0 [ SDL_Window $window ] } } - Function [ function sdl_updaterects ] { + Function [ function SDL_HideWindow ] { - - Parameters [3] { - Parameter #0 [ $surface ] - Parameter #1 [ $numrects ] - Parameter #2 [ $rects ] + - Parameters [1] { + Parameter #0 [ SDL_Window $window ] } } - Function [ function sdl_flip ] { + Function [ function SDL_RaiseWindow ] { - Parameters [1] { - Parameter #0 [ $screen ] + Parameter #0 [ SDL_Window $window ] } } - Function [ function sdl_setcolors ] { + Function [ function SDL_MaximizeWindow ] { - - Parameters [4] { - Parameter #0 [ $surface ] - Parameter #1 [ $colors ] - Parameter #2 [ $firstcolor ] - Parameter #3 [ $ncolors ] + - Parameters [1] { + Parameter #0 [ SDL_Window $window ] } } - Function [ function sdl_setpalette ] { + Function [ function SDL_MinimizeWindow ] { - - Parameters [5] { - Parameter #0 [ $surface ] - Parameter #1 [ $flags ] - Parameter #2 [ $colors ] - Parameter #3 [ $firstcolor ] - Parameter #4 [ $ncolors ] + - Parameters [1] { + Parameter #0 [ SDL_Window $window ] } } - Function [ function sdl_setgamma ] { + Function [ function SDL_RestoreWindow ] { - - Parameters [3] { - Parameter #0 [ $redgamma ] - Parameter #1 [ $greengamma ] - Parameter #2 [ $bluegamma ] + - Parameters [1] { + Parameter #0 [ SDL_Window $window ] } } - Function [ function sdl_getgammaramp ] { + Function [ function SDL_GetWindowSurface ] { - - Parameters [3] { - Parameter #0 [ &$redtable ] - Parameter #1 [ &$greentable ] - Parameter #2 [ &$bluetable ] + - Parameters [1] { + Parameter #0 [ SDL_Window $window ] } } - Function [ function sdl_setgammaramp ] { + Function [ function SDL_SetWindowDisplayMode ] { - - Parameters [3] { - Parameter #0 [ $redtable ] - Parameter #1 [ $greentable ] - Parameter #2 [ $bluetable ] + - Parameters [2] { + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ SDL_DisplayMode $displaymode ] } } - Function [ function sdl_maprgb ] { + Function [ function SDL_GetWindowDisplayMode ] { - - Parameters [4] { - Parameter #0 [ $format ] - Parameter #1 [ $red ] - Parameter #2 [ $green ] - Parameter #3 [ $blue ] + - Parameters [2] { + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ &$displaymode ] } } - Function [ function sdl_maprgba ] { + Function [ function SDL_GetWindowPixelFormat ] { - - Parameters [5] { - Parameter #0 [ $format ] - Parameter #1 [ $red ] - Parameter #2 [ $green ] - Parameter #3 [ $blue ] - Parameter #4 [ $alpha ] + - Parameters [1] { + Parameter #0 [ SDL_Window $window ] } } - Function [ function sdl_getrgb ] { + Function [ function SDL_GetWindowID ] { - - Parameters [5] { - Parameter #0 [ $pixel ] - Parameter #1 [ $format ] - Parameter #2 [ &$red ] - Parameter #3 [ &$green ] - Parameter #4 [ &$blue ] + - Parameters [1] { + Parameter #0 [ SDL_Window $window ] } } - Function [ function sdl_getrgba ] { + Function [ function SDL_GetWindowFlags ] { - - Parameters [6] { - Parameter #0 [ $pixel ] - Parameter #1 [ $format ] - Parameter #2 [ &$red ] - Parameter #3 [ &$green ] - Parameter #4 [ &$blue ] - Parameter #5 [ &$alpha ] + - Parameters [1] { + Parameter #0 [ SDL_Window $window ] } } - Function [ function sdl_creatergbsurface ] { + Function [ function SDL_SetWindowIcon ] { - - Parameters [8] { - Parameter #0 [ $flags ] - Parameter #1 [ $width ] - Parameter #2 [ $height ] - Parameter #3 [ $depth ] - Parameter #4 [ $Rmask ] - Parameter #5 [ $Gmask ] - Parameter #6 [ $Bmask ] - Parameter #7 [ $Amask ] + - Parameters [2] { + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ SDL_Surface $icon ] } } - Function [ function sdl_creatergbsurfacefrom ] { + Function [ function SDL_SetWindowPosition ] { - - Parameters [9] { - Parameter #0 [ $pixels ] - Parameter #1 [ $width ] - Parameter #2 [ $height ] - Parameter #3 [ $depth ] - Parameter #4 [ $pitch ] - Parameter #5 [ $Rmask ] - Parameter #6 [ $Gmask ] - Parameter #7 [ $Bmask ] - Parameter #8 [ $Amask ] + - Parameters [3] { + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ $x ] + Parameter #2 [ $y ] } } - Function [ function sdl_freesurface ] { + Function [ function SDL_GetWindowPosition ] { - - Parameters [1] { - Parameter #0 [ $surface ] + - Parameters [3] { + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ &$x ] + Parameter #2 [ &$y ] } } - Function [ function sdl_locksurface ] { + Function [ function SDL_SetWindowSize ] { - - Parameters [1] { - Parameter #0 [ $surface ] + - Parameters [3] { + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ $x ] + Parameter #2 [ $y ] } } - Function [ function sdl_unlocksurface ] { + Function [ function SDL_GetWindowSize ] { - - Parameters [1] { - Parameter #0 [ $surface ] + - Parameters [3] { + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ &$x ] + Parameter #2 [ &$y ] } } - Function [ function sdl_loadbmp ] { + Function [ function SDL_SetWindowMinimumSize ] { - - Parameters [1] { - Parameter #0 [ $file ] + - Parameters [3] { + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ $x ] + Parameter #2 [ $y ] } } - Function [ function sdl_savebmp ] { + Function [ function SDL_GetWindowMinimumSize ] { - - Parameters [2] { - Parameter #0 [ $surface ] - Parameter #1 [ $file ] + - Parameters [3] { + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ &$x ] + Parameter #2 [ &$y ] } } - Function [ function sdl_setcolorkey ] { + Function [ function SDL_SetWindowMaximumSize ] { - Parameters [3] { - Parameter #0 [ $surface ] - Parameter #1 [ $flag ] - Parameter #2 [ $key ] + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ $x ] + Parameter #2 [ $y ] } } - Function [ function sdl_setalpha ] { + Function [ function SDL_GetWindowMaximumSize ] { - Parameters [3] { - Parameter #0 [ $surface ] - Parameter #1 [ $flag ] - Parameter #2 [ $alpha ] + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ &$x ] + Parameter #2 [ &$y ] } } - Function [ function sdl_setcliprect ] { + Function [ function SDL_SetWindowBordered ] { - Parameters [2] { - Parameter #0 [ &$surface ] - Parameter #1 [ $rect ] + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ $bordered ] } } - Function [ function sdl_getcliprect ] { + Function [ function SDL_SetWindowFullscreen ] { - Parameters [2] { - Parameter #0 [ $surface ] - Parameter #1 [ &$rect ] - } - } - Function [ function sdl_convertsurface ] { - - - Parameters [3] { - Parameter #0 [ $surface ] - Parameter #1 [ $format ] - Parameter #2 [ $flags ] - } - } - Function [ function sdl_blitsurface ] { - - - Parameters [4] { - Parameter #0 [ $srcsurface ] - Parameter #1 [ $srcrect ] - Parameter #2 [ $dstsurface ] - Parameter #3 [ $dstrect ] + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ $flags ] } } - Function [ function sdl_fillrect ] { + Function [ function SDL_UpdateWindowSurfaceRects ] { - Parameters [3] { - Parameter #0 [ $surface ] - Parameter #1 [ $rect ] - Parameter #2 [ $color ] + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ array $rects ] + Parameter #2 [ $numrect ] } } - Function [ function sdl_displayformat ] { + Function [ function SDL_SetWindowGrab ] { - - Parameters [1] { - Parameter #0 [ $surface ] + - Parameters [2] { + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ $grabbed ] } } - Function [ function sdl_displayformatalpha ] { + Function [ function SDL_GetWindowGrab ] { - Parameters [1] { - Parameter #0 [ $surface ] + Parameter #0 [ SDL_Window $window ] } } - Function [ function sdl_warpmouse ] { + Function [ function SDL_SetWindowBrightness ] { - Parameters [2] { - Parameter #0 [ $x ] - Parameter #1 [ $y ] + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ $brightness ] } } - Function [ function sdl_createcursor ] { + Function [ function SDL_GetWindowBrightness ] { - - Parameters [6] { - Parameter #0 [ $data ] - Parameter #1 [ $mask ] - Parameter #2 [ $w ] - Parameter #3 [ $h ] - Parameter #4 [ $hot_x ] - Parameter #5 [ $hot_y ] + - Parameters [1] { + Parameter #0 [ SDL_Window $window ] } } - Function [ function sdl_freecursor ] { + Function [ function SDL_GetWindowGammaRamp ] { - - Parameters [1] { - Parameter #0 [ $cursor ] + - Parameters [4] { + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ &$red ] + Parameter #2 [ &$green ] + Parameter #3 [ &$blue ] } } - Function [ function sdl_setcursor ] { + Function [ function SDL_IsShapedWindow ] { - Parameters [1] { - Parameter #0 [ $cursor ] + Parameter #0 [ SDL_Window $window ] } } - Function [ function sdl_getcursor ] { + Function [ function SDL_SetWindowShape ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ SDL_Surface $surface ] + Parameter #2 [ SDL_WindowShapeMode $mode ] } } - Function [ function sdl_showcursor ] { + Function [ function SDL_GetShapedWindowMode ] { - - Parameters [1] { - Parameter #0 [ $toggle ] + - Parameters [2] { + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ &$shaped_mode ] } } - Function [ function sdl_gl_loadlibrary ] { + Function [ function SDL_WINDOWPOS_UNDEFINED_DISPLAY ] { - Parameters [1] { - Parameter #0 [ $path ] + Parameter #0 [ $display ] } } - Function [ function sdl_gl_getprocaddress ] { - } - Function [ function sdl_gl_getattribute ] { + Function [ function SDL_WINDOWPOS_CENTERED_DISPLAY ] { - - Parameters [2] { - Parameter #0 [ $attr ] - Parameter #1 [ &$value ] + - Parameters [1] { + Parameter #0 [ $display ] } } - Function [ function sdl_gl_setattribute ] { + Function [ function SDL_GetRevision ] { - - Parameters [2] { - Parameter #0 [ $attr ] - Parameter #1 [ $value ] + - Parameters [0] { } } - Function [ function sdl_gl_swapbuffers ] { + Function [ function SDL_GetRevisionNumber ] { - Parameters [0] { } } - Function [ function sdl_createyuvoverlay ] { + Function [ function SDL_GetVersion ] { - - Parameters [4] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] - Parameter #2 [ $format ] - Parameter #3 [ $surface ] + - Parameters [1] { + Parameter #0 [ &$version ] } } - Function [ function sdl_lockyuvoverlay ] { + Function [ function SDL_VERSION ] { - Parameters [1] { - Parameter #0 [ $overlay ] + Parameter #0 [ &$version ] } } - Function [ function sdl_unlockyuvoverlay ] { + Function [ function SDL_VERSIONNUM ] { - - Parameters [1] { - Parameter #0 [ $overlay ] + - Parameters [3] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + Parameter #2 [ $z ] } } - Function [ function sdl_displayyuvoverlay ] { + Function [ function SDL_VERSION_ATLEAST ] { - - Parameters [2] { - Parameter #0 [ $overlay ] - Parameter #1 [ $dstrect ] + - Parameters [3] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + Parameter #2 [ $z ] } } - Function [ function sdl_freeyuvoverlay ] { + Function [ function SDL_Delay ] { - Parameters [1] { - Parameter #0 [ $overlay ] + Parameter #0 [ $ms ] } } - Function [ function sdl_getpixels ] { + Function [ function SDL_CreateRenderer ] { - - Parameters [2] { - Parameter #0 [ $surface ] - Parameter #1 [ &$pixels ] + - Parameters [3] { + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ $index ] + Parameter #2 [ $flags ] } } - Function [ function sdl_putpixels ] { + Function [ function SDL_DestroyRenderer ] { - - Parameters [2] { - Parameter #0 [ $surface ] - Parameter #1 [ $pixels ] + - Parameters [1] { + Parameter #0 [ $renderer ] } } - Function [ function sdl_wm_setcaption ] { + Function [ function SDL_DestroyTexture ] { - - Parameters [2] { - Parameter #0 [ $title ] - Parameter #1 [ $icon ] + - Parameters [1] { + Parameter #0 [ $texture ] } } - Function [ function sdl_wm_getcaption ] { + Function [ function SDL_SetRenderDrawColor ] { - - Parameters [2] { - Parameter #0 [ &$title ] - Parameter #1 [ &$icon ] + - Parameters [5] { + Parameter #0 [ $renderer ] + Parameter #1 [ $r ] + Parameter #2 [ $g ] + Parameter #3 [ $b ] + Parameter #4 [ $a ] } } - Function [ function sdl_wm_seticon ] { + Function [ function SDL_RenderDrawPoint ] { - - Parameters [2] { - Parameter #0 [ $surface ] - Parameter #1 [ $mask ] + - Parameters [3] { + Parameter #0 [ $renderer ] + Parameter #1 [ $x ] + Parameter #2 [ $y ] } } - Function [ function sdl_wm_iconifywindow ] { + Function [ function SDL_RenderClear ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $renderer ] } } - Function [ function sdl_wm_togglefullscreen ] { + Function [ function SDL_RenderCopy ] { - - Parameters [1] { - Parameter #0 [ $surface ] + - Parameters [4] { + Parameter #0 [ $renderer ] + Parameter #1 [ $texture ] + Parameter #2 [ SDL_Rect or NULL $srcrect ] + Parameter #3 [ SDL_Rect or NULL $dstrect ] } } - Function [ function sdl_wm_grabinput ] { + Function [ function SDL_RenderCopyEx ] { - - Parameters [1] { - Parameter #0 [ $mode ] + - Parameters [7] { + Parameter #0 [ $renderer ] + Parameter #1 [ $texture ] + Parameter #2 [ SDL_Rect or NULL $srcrect ] + Parameter #3 [ SDL_Rect or NULL $dstrect ] + Parameter #4 [ $angle ] + Parameter #5 [ SDL_Point or NULL $center ] + Parameter #6 [ $flip ] } } - Function [ function sdl_button ] { + Function [ function SDL_RenderFillRect ] { - - Parameters [1] { - Parameter #0 [ $button ] + - Parameters [2] { + Parameter #0 [ $renderer ] + Parameter #1 [ SDL_Rect $rect ] } } - Function [ function sdl_pumpevents ] { + Function [ function SDL_RenderDrawRect ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $renderer ] + Parameter #1 [ SDL_Rect $rect ] } } - Function [ function sdl_peepevents ] { + Function [ function SDL_RenderDrawLine ] { - - Parameters [4] { - Parameter #0 [ &$events ] - Parameter #1 [ $numevents ] - Parameter #2 [ $action ] - Parameter #3 [ $mask ] + - Parameters [5] { + Parameter #0 [ $renderer ] + Parameter #1 [ $x1 ] + Parameter #2 [ $y1 ] + Parameter #3 [ $x2 ] + Parameter #4 [ $y2 ] } } - Function [ function sdl_pollevent ] { + Function [ function SDL_RenderPresent ] { - Parameters [1] { - Parameter #0 [ &$event ] + Parameter #0 [ $renderer ] } } - Function [ function sdl_waitevent ] { + Function [ function SDL_CreateTextureFromSurface ] { - - Parameters [1] { - Parameter #0 [ &$event ] + - Parameters [2] { + Parameter #0 [ $renderer ] + Parameter #1 [ SDL_Surface $surface ] } } - Function [ function sdl_pushevent ] { + Function [ function SDL_CreateTexture ] { - - Parameters [1] { - Parameter #0 [ $event ] + - Parameters [5] { + Parameter #0 [ $renderer ] + Parameter #1 [ $format ] + Parameter #2 [ $access ] + Parameter #3 [ $w ] + Parameter #4 [ $h ] } } - Function [ function sdl_seteventfilter ] { + Function [ function SDL_SetRenderTarget ] { + + - Parameters [2] { + Parameter #0 [ $renderer ] + Parameter #1 [ $texture ] + } } - Function [ function sdl_geteventfilter ] { + Function [ function SDL_GetRendererOutputSize ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $renderer ] + Parameter #1 [ &$w ] + Parameter #2 [ &$h ] } } - Function [ function sdl_eventstate ] { + Function [ function SDL_CreateRGBSurface ] { - - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ $state ] + - Parameters [8] { + Parameter #0 [ $flags ] + Parameter #1 [ $width ] + Parameter #2 [ $height ] + Parameter #3 [ $depth ] + Parameter #4 [ $Rmask ] + Parameter #5 [ $Gmask ] + Parameter #6 [ $Bmask ] + Parameter #7 [ $Amask ] } } - Function [ function sdl_getkeystate ] { + Function [ function SDL_FreeSurface ] { - Parameters [1] { - Parameter #0 [ &$numkeys ] + Parameter #0 [ SDL_Surface $surface ] } } - Function [ function sdl_getmodstate ] { + Function [ function SDL_FillRect ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ SDL_Surface $surface ] + Parameter #1 [ $rect ] + Parameter #2 [ $color ] } } - Function [ function sdl_setmodstate ] { + Function [ function SDL_FillRects ] { - - Parameters [1] { - Parameter #0 [ $modstate ] + - Parameters [4] { + Parameter #0 [ SDL_Surface $surface ] + Parameter #1 [ $rects ] + Parameter #2 [ $count ] + Parameter #3 [ $color ] } } - Function [ function sdl_getkeyname ] { + Function [ function SDL_MUSTLOCK ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ SDL_Surface $surface ] } } - Function [ function sdl_enableunicode ] { + Function [ function SDL_LockSurface ] { - Parameters [1] { - Parameter #0 [ $enable ] + Parameter #0 [ SDL_Surface $surface ] } } - Function [ function sdl_enablekeyrepeat ] { + Function [ function SDL_UnlockSurface ] { - - Parameters [2] { - Parameter #0 [ $delay ] - Parameter #1 [ $interval ] + - Parameters [1] { + Parameter #0 [ SDL_Surface $surface ] } } - Function [ function sdl_getmousestate ] { + Function [ function SDL_LoadBMP_RW ] { - Parameters [2] { - Parameter #0 [ &$x ] - Parameter #1 [ &$y ] + Parameter #0 [ SDL_RWops &$RWops ] + Parameter #1 [ $freesrc ] } } - Function [ function sdl_getrelativemousestate ] { + Function [ function SDL_LoadBMP ] { - - Parameters [2] { - Parameter #0 [ &$x ] - Parameter #1 [ &$y ] + - Parameters [1] { + Parameter #0 [ $path ] } } - Function [ function sdl_getappstate ] { + Function [ function SDL_UpperBlit ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ SDL_Surface $src ] + Parameter #1 [ SDL_rect or NULL $srcrect ] + Parameter #2 [ SDL_Surface $dst ] + Parameter #3 [ SDL_rect or NULL &$dstrect ] } } - Function [ function sdl_numjoysticks ] { + Function [ function SDL_LowerBlit ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ SDL_Surface $src ] + Parameter #1 [ SDL_rect &$srcrect ] + Parameter #2 [ SDL_Surface $dst ] + Parameter #3 [ SDL_rect &$dstrect ] } } - Function [ function sdl_joystickname ] { + Function [ function SDL_UpperBlitScaled ] { - - Parameters [1] { - Parameter #0 [ $joystickindex ] + - Parameters [4] { + Parameter #0 [ SDL_Surface $src ] + Parameter #1 [ SDL_rect or NULL $srcrect ] + Parameter #2 [ SDL_Surface $dst ] + Parameter #3 [ SDL_rect or NULL &$dstrect ] } } - Function [ function sdl_joystickopen ] { + Function [ function SDL_LowerBlitScaled ] { - - Parameters [1] { - Parameter #0 [ $joystickindex ] + - Parameters [4] { + Parameter #0 [ SDL_Surface $src ] + Parameter #1 [ SDL_rect &$srcrect ] + Parameter #2 [ SDL_Surface $dst ] + Parameter #3 [ SDL_rect &$dstrect ] } } - Function [ function sdl_joystickopened ] { + Function [ function SDL_SoftStretch ] { - - Parameters [1] { - Parameter #0 [ $joystickindex ] + - Parameters [4] { + Parameter #0 [ SDL_Surface $src ] + Parameter #1 [ SDL_rect or NULL $srcrect ] + Parameter #2 [ SDL_Surface $dst ] + Parameter #3 [ SDL_rect or NULL &$dstrect ] } } - Function [ function sdl_joystickindex ] { + Function [ function SDL_SaveBMP_RW ] { - - Parameters [1] { - Parameter #0 [ $joystick ] + - Parameters [3] { + Parameter #0 [ SDL_Surface $surface ] + Parameter #1 [ SDL_RWops &$rwops ] + Parameter #2 [ $freedst ] } } - Function [ function sdl_joysticknumaxes ] { + Function [ function SDL_SaveBMP ] { - - Parameters [1] { - Parameter #0 [ $joystick ] + - Parameters [2] { + Parameter #0 [ SDL_Surface $surface ] + Parameter #1 [ $path ] } } - Function [ function sdl_joysticknumballs ] { + Function [ function SDL_SetSurfaceRLE ] { - - Parameters [1] { - Parameter #0 [ $joystick ] + - Parameters [2] { + Parameter #0 [ SDL_Surface $surface ] + Parameter #1 [ $flag ] } } - Function [ function sdl_joysticknumhats ] { + Function [ function SDL_SetColorKey ] { - - Parameters [1] { - Parameter #0 [ $joystick ] + - Parameters [3] { + Parameter #0 [ SDL_Surface $surface ] + Parameter #1 [ $flag ] + Parameter #2 [ $key ] } } - Function [ function sdl_joysticknumbuttons ] { + Function [ function SDL_GetColorKey ] { - - Parameters [1] { - Parameter #0 [ $joystick ] + - Parameters [2] { + Parameter #0 [ SDL_Surface $surface ] + Parameter #1 [ &$key ] } } - Function [ function sdl_joystickupdate ] { + Function [ function SDL_SetSurfaceColorMod ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ SDL_Surface $surface ] + Parameter #1 [ $red ] + Parameter #2 [ $green ] + Parameter #3 [ $blue ] } } - Function [ function sdl_joystickeventstate ] { + Function [ function SDL_GetSurfaceColorMod ] { - - Parameters [1] { - Parameter #0 [ &$state ] + - Parameters [4] { + Parameter #0 [ SDL_Surface $surface ] + Parameter #1 [ &$red ] + Parameter #2 [ &$green ] + Parameter #3 [ &$blue ] } } - Function [ function sdl_joystickgetaxis ] { + Function [ function SDL_SetSurfaceAlphaMod ] { - Parameters [2] { - Parameter #0 [ $joystick ] - Parameter #1 [ $number ] + Parameter #0 [ SDL_Surface $surface ] + Parameter #1 [ $alpha ] } } - Function [ function sdl_joystickgethat ] { + Function [ function SDL_GetSurfaceAlphaMod ] { - Parameters [2] { - Parameter #0 [ $joystick ] - Parameter #1 [ $number ] + Parameter #0 [ SDL_Surface $surface ] + Parameter #1 [ &$alpha ] } } - Function [ function sdl_joystickgetball ] { + Function [ function SDL_SetSurfaceBlendMode ] { - Parameters [2] { - Parameter #0 [ $joystick ] - Parameter #1 [ $number ] + Parameter #0 [ SDL_Surface $surface ] + Parameter #1 [ $blendmmode ] } } - Function [ function sdl_joystickgetbutton ] { + Function [ function SDL_GetSurfaceBlendMode ] { - Parameters [2] { - Parameter #0 [ $joystick ] - Parameter #1 [ $number ] + Parameter #0 [ SDL_Surface $surface ] + Parameter #1 [ &$blendmode ] } } - Function [ function sdl_joystickclose ] { + Function [ function SDL_SetClipRect ] { - - Parameters [1] { - Parameter #0 [ $joystick ] + - Parameters [2] { + Parameter #0 [ SDL_Surface $surface ] + Parameter #1 [ $cliprect ] } } - Function [ function sdl_cd_indrive ] { + Function [ function SDL_GetClipRect ] { - - Parameters [1] { - Parameter #0 [ $status ] + - Parameters [2] { + Parameter #0 [ SDL_Surface $surface ] + Parameter #1 [ &$cliprect ] } } - Function [ function sdl_frames_to_msf ] { + Function [ function SDL_ConvertSurface ] { - - Parameters [1] { - Parameter #0 [ $frame ] + - Parameters [3] { + Parameter #0 [ SDL_Surface $surface ] + Parameter #1 [ SDL_PixelFormat $format ] + Parameter #2 [ $flags ] } } - Function [ function sdl_msf_to_frames ] { + Function [ function SDL_ConvertSurfaceFormat ] { - Parameters [3] { - Parameter #0 [ $minute ] - Parameter #1 [ $second ] - Parameter #2 [ $frame ] + Parameter #0 [ SDL_Surface $surface ] + Parameter #1 [ $format ] + Parameter #2 [ $flags ] } } - Function [ function sdl_cdnumdrives ] { + Function [ function SDL_ConvertPixels ] { - - Parameters [0] { + - Parameters [8] { + Parameter #0 [ $height ] + Parameter #1 [ $width ] + Parameter #2 [ $src_format ] + Parameter #3 [ SDL_Pixels $src ] + Parameter #4 [ $src_pitch ] + Parameter #5 [ $dst_format ] + Parameter #6 [ SDL_Pixels $dst ] + Parameter #7 [ $dst_pitch ] } } - Function [ function sdl_cdname ] { + Function [ function SDL_RectEmpty ] { - Parameters [1] { - Parameter #0 [ $drive ] + Parameter #0 [ SDL_Rect $rect ] } } - Function [ function sdl_cdopen ] { + Function [ function SDL_RectEquals ] { - - Parameters [1] { - Parameter #0 [ $drive ] + - Parameters [2] { + Parameter #0 [ SDL_Rect $rectA ] + Parameter #1 [ SDL_Rect $rectB ] } } - Function [ function sdl_cdstatus ] { + Function [ function SDL_HasIntersection ] { - - Parameters [1] { - Parameter #0 [ &$cdrom ] + - Parameters [2] { + Parameter #0 [ SDL_Rect $rectA ] + Parameter #1 [ SDL_Rect $rectB ] + } + } + Function [ function SDL_IntersectRect ] { + + - Parameters [3] { + Parameter #0 [ SDL_Rect $rectA ] + Parameter #1 [ SDL_Rect $rectB ] + Parameter #2 [ &$result ] } } - Function [ function sdl_cdplay ] { + Function [ function SDL_UnionRect ] { - Parameters [3] { - Parameter #0 [ $cdrom ] - Parameter #1 [ $start ] - Parameter #2 [ $length ] + Parameter #0 [ SDL_Rect $rectA ] + Parameter #1 [ SDL_Rect $rectB ] + Parameter #2 [ &$result ] + } + } + Function [ function SDL_IntersectRectAndLine ] { + + - Parameters [5] { + Parameter #0 [ SDL_Rect $rect ] + Parameter #1 [ &$X1 ] + Parameter #2 [ &$Y1 ] + Parameter #3 [ &$X2 ] + Parameter #4 [ &$Y2 ] + } + } + Function [ function SDL_EnclosePoints ] { + + - Parameters [4] { + Parameter #0 [ array $point ] + Parameter #1 [ $count ] + Parameter #2 [ SDL_Rect $clip ] + Parameter #3 [ &$rect ] + } + } + Function [ function SDL_WaitEvent ] { + + - Parameters [1] { + Parameter #0 [ SDL_Event &$event ] + } + } + Function [ function SDL_PollEvent ] { + + - Parameters [1] { + Parameter #0 [ SDL_Event &$event ] + } + } + Function [ function SDL_ShowSimpleMessageBox ] { + + - Parameters [4] { + Parameter #0 [ $flags ] + Parameter #1 [ $title ] + Parameter #2 [ $message ] + Parameter #3 [ SDL_Window or NULL $window ] + } + } + Function [ function SDL_ShowMessageBox ] { + + - Parameters [2] { + Parameter #0 [ $messageboxdata ] + Parameter #1 [ &$buttonid ] } } - Function [ function sdl_cdplaytracks ] { + Function [ function SDL_GetPixelFormatName ] { + + - Parameters [1] { + Parameter #0 [ $format ] + } + } + Function [ function SDL_PixelFormatEnumToMasks ] { + + - Parameters [6] { + Parameter #0 [ $format ] + Parameter #1 [ &$bpp ] + Parameter #2 [ &$Rmask ] + Parameter #3 [ &$Gmask ] + Parameter #4 [ &$Bmask ] + Parameter #5 [ &$Amask ] + } + } + Function [ function SDL_MasksToPixelFormatEnum ] { - Parameters [5] { - Parameter #0 [ $cdrom ] - Parameter #1 [ $start_track ] - Parameter #2 [ $start_frame ] - Parameter #3 [ $ntracks ] - Parameter #4 [ $nframes ] + Parameter #0 [ $bpp ] + Parameter #1 [ $Rmask ] + Parameter #2 [ $Gmask ] + Parameter #3 [ $Bmask ] + Parameter #4 [ $Amask ] + } + } + Function [ function SDL_AllocPalette ] { + + - Parameters [1] { + Parameter #0 [ $ncolors ] + } + } + Function [ function SDL_FreePalette ] { + + - Parameters [1] { + Parameter #0 [ SDL_Palette $palette ] + } + } + Function [ function SDL_SetPaletteColors ] { + + - Parameters [4] { + Parameter #0 [ SDL_Palette $palette ] + Parameter #1 [ array $colors ] + Parameter #2 [ $first ] + Parameter #3 [ $ncolors ] } } - Function [ function sdl_cdpause ] { + Function [ function SDL_AllocFormat ] { - Parameters [1] { - Parameter #0 [ $cdrom ] + Parameter #0 [ $format ] } } - Function [ function sdl_cdresume ] { + Function [ function SDL_FreeFormat ] { - Parameters [1] { - Parameter #0 [ $cdrom ] + Parameter #0 [ SDL_PixelFormat $format ] + } + } + Function [ function SDL_SetPixelFormatPalette ] { + + - Parameters [2] { + Parameter #0 [ SDL_PixelFormat $pixelformat ] + Parameter #1 [ SDL_Palette $palette ] + } + } + Function [ function SDL_MapRGB ] { + + - Parameters [4] { + Parameter #0 [ $pixelformat ] + Parameter #1 [ $r ] + Parameter #2 [ $g ] + Parameter #3 [ $b ] + } + } + Function [ function SDL_MapRGBA ] { + + - Parameters [5] { + Parameter #0 [ SDL_PixelFormat $pixelformat ] + Parameter #1 [ $r ] + Parameter #2 [ $g ] + Parameter #3 [ $b ] + Parameter #4 [ $a ] + } + } + Function [ function SDL_GetRGB ] { + + - Parameters [5] { + Parameter #0 [ $pixel ] + Parameter #1 [ SDL_PixelFormat $format ] + Parameter #2 [ &$r ] + Parameter #3 [ &$g ] + Parameter #4 [ &$b ] + } + } + Function [ function SDL_GetRGBA ] { + + - Parameters [6] { + Parameter #0 [ $pixel ] + Parameter #1 [ SDL_PixelFormat $format ] + Parameter #2 [ &$r ] + Parameter #3 [ &$g ] + Parameter #4 [ &$b ] + Parameter #5 [ &$a ] + } + } + Function [ function SDL_CalculateGammaRamp ] { + + - Parameters [2] { + Parameter #0 [ $gamma ] + Parameter #1 [ &$ramp ] + } + } + Function [ function SDL_GetBasePath ] { + + - Parameters [0] { + } + } + Function [ function SDL_GetPrefPath ] { + + - Parameters [2] { + Parameter #0 [ $org ] + Parameter #1 [ $app ] } } - Function [ function sdl_cdstop ] { + Function [ function SDL_GL_ExtensionSupported ] { - Parameters [1] { - Parameter #0 [ $cdrom ] + Parameter #0 [ $extension ] + } + } + Function [ function SDL_GL_SetAttribute ] { + + - Parameters [2] { + Parameter #0 [ $attr ] + Parameter #1 [ $value ] + } + } + Function [ function SDL_GL_GetAttribute ] { + + - Parameters [2] { + Parameter #0 [ $attr ] + Parameter #1 [ &$value ] } } - Function [ function sdl_cdeject ] { + Function [ function SDL_GL_CreateContext ] { - Parameters [1] { - Parameter #0 [ $cdrom ] + Parameter #0 [ SDL_Window $window ] } } - Function [ function sdl_cdclose ] { + Function [ function SDL_GL_DeleteContext ] { - Parameters [1] { - Parameter #0 [ $cdrom ] + Parameter #0 [ SDL_GLContext $GLcontext ] + } + } + Function [ function SDL_GL_MakeCurrent ] { + + - Parameters [2] { + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ SDL_GLContext $context ] + } + } + Function [ function SDL_GL_GetCurrentWindow ] { + + - Parameters [0] { } } - Function [ function sdl_createmutex ] { + Function [ function SDL_GL_GetCurrentContext ] { - Parameters [0] { } } - Function [ function sdl_destroymutex ] { + Function [ function SDL_GL_GetDrawableSize ] { + + - Parameters [3] { + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ &$w ] + Parameter #2 [ &$h ] + } + } + Function [ function SDL_GL_SwapWindow ] { - Parameters [1] { - Parameter #0 [ $mutex ] + Parameter #0 [ SDL_Window $window ] } } - Function [ function sdl_mutexp ] { + Function [ function SDL_GL_SetSwapInterval ] { - Parameters [1] { - Parameter #0 [ $mutex ] + Parameter #0 [ $interval ] + } + } + Function [ function SDL_GL_GetSwapInterval ] { + + - Parameters [0] { + } + } + Function [ function SDL_GetCPUCount ] { + + - Parameters [0] { + } + } + Function [ function SDL_GetCPUCacheLineSize ] { + + - Parameters [0] { + } + } + Function [ function SDL_HasRDTSC ] { + + - Parameters [0] { + } + } + Function [ function SDL_HasAltiVec ] { + + - Parameters [0] { + } + } + Function [ function SDL_HasMMX ] { + + - Parameters [0] { + } + } + Function [ function SDL_Has3DNow ] { + + - Parameters [0] { + } + } + Function [ function SDL_HasSSE ] { + + - Parameters [0] { + } + } + Function [ function SDL_HasSSE2 ] { + + - Parameters [0] { + } + } + Function [ function SDL_HasSSE3 ] { + + - Parameters [0] { + } + } + Function [ function SDL_HasSSE41 ] { + + - Parameters [0] { + } + } + Function [ function SDL_HasSSE42 ] { + + - Parameters [0] { + } + } + Function [ function SDL_GetSystemRAM ] { + + - Parameters [0] { } } - Function [ function sdl_mutexv ] { + Function [ function SDL_SetError ] { - Parameters [1] { - Parameter #0 [ $mutex ] + Parameter #0 [ $error_message ] + } + } + Function [ function SDL_GetError ] { + + - Parameters [0] { + } + } + Function [ function SDL_ClearError ] { + + - Parameters [0] { + } + } + Function [ function SDL_GetNumVideoDrivers ] { + + - Parameters [0] { } } - Function [ function sdl_lockmutex ] { + Function [ function SDL_GetVideoDriver ] { - Parameters [1] { - Parameter #0 [ $mutex ] + Parameter #0 [ $driverIndex ] } } - Function [ function sdl_unlockmutex ] { + Function [ function SDL_VideoInit ] { - Parameters [1] { - Parameter #0 [ $mutex ] + Parameter #0 [ $drivername ] + } + } + Function [ function SDL_VideoQuit ] { + + - Parameters [0] { + } + } + Function [ function SDL_GetCurrentVideoDriver ] { + + - Parameters [0] { } } - Function [ function sdl_getticks ] { + Function [ function SDL_GetNumVideoDisplays ] { - Parameters [0] { } } - Function [ function sdl_delay ] { + Function [ function SDL_GetDisplayName ] { - Parameters [1] { - Parameter #0 [ $ms ] + Parameter #0 [ $displayIndex ] } } - Function [ function sdl_addtimer ] { + Function [ function SDL_GetDisplayBounds ] { + + - Parameters [2] { + Parameter #0 [ $displayIndex ] + Parameter #1 [ &$rect ] + } } - Function [ function sdl_removetimer ] { + Function [ function SDL_GetNumDisplayModes ] { + + - Parameters [1] { + Parameter #0 [ $displayIndex ] + } } - Function [ function sdl_openaudio ] { + Function [ function SDL_GetDisplayMode ] { - Parameters [2] { - Parameter #0 [ $desired ] - Parameter #1 [ &$obtained ] + Parameter #0 [ $displayIndex ] + Parameter #1 [ $modeIndex ] + } + } + Function [ function SDL_GetDesktopDisplayMode ] { + + - Parameters [1] { + Parameter #0 [ $displayIndex ] } } - Function [ function sdl_pauseaudio ] { + Function [ function SDL_GetCurrentDisplayMode ] { - Parameters [1] { - Parameter #0 [ $pause_on ] + Parameter #0 [ $displayIndex ] + } + } + Function [ function SDL_GetClosestDisplayMode ] { + + - Parameters [3] { + Parameter #0 [ $displayIndex ] + Parameter #1 [ SDL_DisplayMode $desired ] + Parameter #2 [ &$closest ] } } - Function [ function sdl_getaudiostatus ] { + Function [ function SDL_IsScreenSaverEnabled ] { - Parameters [0] { } } - Function [ function sdl_loadwav ] { + Function [ function SDL_EnableScreenSaver ] { - - Parameters [4] { - Parameter #0 [ $file ] - Parameter #1 [ &$spec ] - Parameter #2 [ &$buf ] - Parameter #3 [ &$len ] + - Parameters [0] { + } + } + Function [ function SDL_DisableScreenSaver ] { + + - Parameters [0] { } } - Function [ function sdl_freewav ] { + Function [ function SDL_GetPowerInfo ] { + + - Parameters [2] { + Parameter #0 [ &$secs ] + Parameter #1 [ &$pct ] + } } - Function [ function sdl_buildaudiocvt ] { + Function [ function SDL_GetPlatform ] { + + - Parameters [0] { + } } - Function [ function sdl_convertaudio ] { + Function [ function SDL_GetKeyboardFocus ] { + + - Parameters [0] { + } } - Function [ function sdl_mixaudio ] { + Function [ function SDL_GetKeyboardState ] { + + - Parameters [2] { + Parameter #0 [ &$numkeys ] + Parameter #1 [ $allkeys ] + } } - Function [ function sdl_lockaudio ] { + Function [ function SDL_GetModState ] { - Parameters [0] { } } - Function [ function sdl_unlockaudio ] { + Function [ function SDL_SetModState ] { + + - Parameters [1] { + Parameter #0 [ $modstate ] + } + } + Function [ function SDL_GetKeyFromScancode ] { + + - Parameters [1] { + Parameter #0 [ $scancode ] + } + } + Function [ function SDL_GetScancodeFromKey ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + Function [ function SDL_GetScancodeName ] { + + - Parameters [1] { + Parameter #0 [ $scancode ] + } + } + Function [ function SDL_GetScancodeFromName ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + Function [ function SDL_GetKeyName ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + Function [ function SDL_GetKeyFromName ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + Function [ function SDL_StartTextInput ] { - Parameters [0] { } } - Function [ function sdl_closeaudio ] { + Function [ function SDL_IsTextInputActive ] { - Parameters [0] { } } - Function [ function sdl_geterror ] { + Function [ function SDL_StopTextInput ] { - Parameters [0] { } } - Function [ function sdl_expose_internal_errors ] { + Function [ function SDL_SetTextInputRect ] { - Parameters [1] { - Parameter #0 [ $expose ] + Parameter #0 [ SDL_Rect $rect ] + } + } + Function [ function SDL_HasScreenKeyboardSupport ] { + + - Parameters [0] { + } + } + Function [ function SDL_IsScreenKeyboardShown ] { + + - Parameters [1] { + Parameter #0 [ SDL_Window $window ] + } + } + Function [ function SDL_CreateCursor ] { + + - Parameters [6] { + Parameter #0 [ $data ] + Parameter #1 [ $mask ] + Parameter #2 [ $w ] + Parameter #3 [ $h ] + Parameter #4 [ $hot_x ] + Parameter #5 [ $hot_y ] + } + } + Function [ function SDL_CreateSystemCursor ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + } + Function [ function SDL_CreateColorCursor ] { + + - Parameters [3] { + Parameter #0 [ SDL_Surface $surface ] + Parameter #1 [ $hot_x ] + Parameter #2 [ $hot_y ] + } + } + Function [ function SDL_FreeCursor ] { + + - Parameters [1] { + Parameter #0 [ SDL_Cursor $cursor ] + } + } + Function [ function SDL_SetCursor ] { + + - Parameters [1] { + Parameter #0 [ SDL_Cursor $cursor ] + } + } + Function [ function SDL_GetCursor ] { + + - Parameters [0] { + } + } + Function [ function SDL_GetDefaultCursor ] { + + - Parameters [0] { + } + } + Function [ function SDL_ShowCursor ] { + + - Parameters [1] { + Parameter #0 [ $toggle ] + } + } + Function [ function SDL_GetMouseFocus ] { + + - Parameters [0] { + } + } + Function [ function SDL_GetMouseState ] { + + - Parameters [2] { + Parameter #0 [ &$x ] + Parameter #1 [ &$y ] + } + } + Function [ function SDL_GetRelativeMouseState ] { + + - Parameters [2] { + Parameter #0 [ &$x ] + Parameter #1 [ &$y ] + } + } + Function [ function SDL_WarpMouseInWindow ] { + + - Parameters [3] { + Parameter #0 [ SDL_Window $window ] + Parameter #1 [ $x ] + Parameter #2 [ $y ] + } + } + Function [ function SDL_SetRelativeMouseMode ] { + + - Parameters [1] { + Parameter #0 [ $enabled ] + } + } + Function [ function SDL_GetRelativeMouseMode ] { + + - Parameters [0] { + } + } + Function [ function SDL_CreateMutex ] { + + - Parameters [0] { + } + } + Function [ function SDL_LockMutex ] { + + - Parameters [1] { + Parameter #0 [ SDL_mutex $mutex ] + } + } + Function [ function SDL_TryLockMutex ] { + + - Parameters [1] { + Parameter #0 [ SDL_mutex $mutex ] + } + } + Function [ function SDL_UnlockMutex ] { + + - Parameters [1] { + Parameter #0 [ SDL_mutex $mutex ] + } + } + Function [ function SDL_DestroyMutex ] { + + - Parameters [1] { + Parameter #0 [ SDL_mutex $mutex ] + } + } + Function [ function SDL_mutexP ] { + + - Parameters [1] { + Parameter #0 [ SDL_mutex $mutex ] + } + } + Function [ function SDL_mutexV ] { + + - Parameters [1] { + Parameter #0 [ SDL_mutex $mutex ] + } + } + Function [ function SDL_CreateSemaphore ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + Function [ function SDL_SemWait ] { + + - Parameters [1] { + Parameter #0 [ SDL_sem $semaphore ] + } + } + Function [ function SDL_SemTryWait ] { + + - Parameters [1] { + Parameter #0 [ SDL_sem $semaphore ] + } + } + Function [ function SDL_SemPost ] { + + - Parameters [1] { + Parameter #0 [ SDL_sem $semaphore ] + } + } + Function [ function SDL_SemValue ] { + + - Parameters [1] { + Parameter #0 [ SDL_sem $semaphore ] + } + } + Function [ function SDL_SemWaitTimeout ] { + + - Parameters [2] { + Parameter #0 [ SDL_sem $semaphore ] + Parameter #1 [ $ms ] + } + } + Function [ function SDL_DestroySemaphore ] { + + - Parameters [1] { + Parameter #0 [ SDL_sem $semaphore ] + } + } + Function [ function SDL_CreateCond ] { + + - Parameters [0] { + } + } + Function [ function SDL_CondWait ] { + + - Parameters [2] { + Parameter #0 [ SDL_cond $condition ] + Parameter #1 [ SDL_mutex $mutex ] + } + } + Function [ function SDL_CondSignal ] { + + - Parameters [1] { + Parameter #0 [ SDL_cond $condition ] + } + } + Function [ function SDL_CondBroadcast ] { + + - Parameters [1] { + Parameter #0 [ SDL_cond $condition ] + } + } + Function [ function SDL_CondWaitTimeout ] { + + - Parameters [3] { + Parameter #0 [ SDL_cond $condition ] + Parameter #1 [ SDL_mutex $mutex ] + Parameter #2 [ $ms ] + } + } + Function [ function SDL_DestroyCond ] { + + - Parameters [1] { + Parameter #0 [ SDL_cond $condition ] + } + } + Function [ function SDL_AllocRW ] { + + - Parameters [0] { + } + } + Function [ function SDL_FreeRW ] { + + - Parameters [1] { + Parameter #0 [ SDL_RWops $RWops ] + } + } + Function [ function SDL_RWFromFile ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $mode ] + } + } + Function [ function SDL_RWFromFP ] { + + - Parameters [2] { + Parameter #0 [ $fp ] + Parameter #1 [ $autoclose ] + } + } + Function [ function SDL_RWFromMem ] { + + - Parameters [2] { + Parameter #0 [ &$buf ] + Parameter #1 [ $size ] + } + } + Function [ function SDL_RWFromConstMem ] { + + - Parameters [2] { + Parameter #0 [ $buf ] + Parameter #1 [ $size ] + } + } + Function [ function SDL_RWsize ] { + + - Parameters [1] { + Parameter #0 [ SDL_RWops $RWops ] + } + } + Function [ function SDL_RWseek ] { + + - Parameters [3] { + Parameter #0 [ SDL_RWops $RWops ] + Parameter #1 [ $offset ] + Parameter #2 [ $whence ] + } + } + Function [ function SDL_RWtell ] { + + - Parameters [1] { + Parameter #0 [ SDL_RWops $RWops ] + } + } + Function [ function SDL_RWread ] { + + - Parameters [4] { + Parameter #0 [ SDL_RWops $RWops ] + Parameter #1 [ &$buffer ] + Parameter #2 [ $size ] + Parameter #3 [ $number ] + } + } + Function [ function SDL_RWwrite ] { + + - Parameters [4] { + Parameter #0 [ SDL_RWops $RWops ] + Parameter #1 [ $buffer ] + Parameter #2 [ $size ] + Parameter #3 [ $number ] + } + } + Function [ function SDL_RWclose ] { + + - Parameters [1] { + Parameter #0 [ SDL_RWops $RWops ] + } + } + Function [ function SDL_ReadU8 ] { + + - Parameters [1] { + Parameter #0 [ SDL_RWops $RWops ] + } + } + Function [ function SDL_ReadLE16 ] { + + - Parameters [1] { + Parameter #0 [ SDL_RWops $RWops ] + } + } + Function [ function SDL_ReadBE16 ] { + + - Parameters [1] { + Parameter #0 [ SDL_RWops $RWops ] + } + } + Function [ function SDL_ReadLE32 ] { + + - Parameters [1] { + Parameter #0 [ SDL_RWops $RWops ] + } + } + Function [ function SDL_ReadBE32 ] { + + - Parameters [1] { + Parameter #0 [ SDL_RWops $RWops ] + } + } + Function [ function SDL_ReadLE64 ] { + + - Parameters [1] { + Parameter #0 [ SDL_RWops $RWops ] + } + } + Function [ function SDL_ReadBE64 ] { + + - Parameters [1] { + Parameter #0 [ SDL_RWops $RWops ] + } + } + Function [ function SDL_WriteU8 ] { + + - Parameters [2] { + Parameter #0 [ SDL_RWops $RWops ] + Parameter #1 [ $value ] + } + } + Function [ function SDL_WriteLE16 ] { + + - Parameters [2] { + Parameter #0 [ SDL_RWops $RWops ] + Parameter #1 [ $value ] + } + } + Function [ function SDL_WriteBE16 ] { + + - Parameters [2] { + Parameter #0 [ SDL_RWops $RWops ] + Parameter #1 [ $value ] + } + } + Function [ function SDL_WriteLE32 ] { + + - Parameters [2] { + Parameter #0 [ SDL_RWops $RWops ] + Parameter #1 [ $value ] + } + } + Function [ function SDL_WriteBE32 ] { + + - Parameters [2] { + Parameter #0 [ SDL_RWops $RWops ] + Parameter #1 [ $value ] + } + } + Function [ function SDL_WriteLE64 ] { + + - Parameters [2] { + Parameter #0 [ SDL_RWops $RWops ] + Parameter #1 [ $value ] + } + } + Function [ function SDL_WriteBE64 ] { + + - Parameters [2] { + Parameter #0 [ SDL_RWops $RWops ] + Parameter #1 [ $value ] + } + } + } + + - Classes [20] { + Class [ class SDL_Event ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ public $type ] + Property [ public $key ] + Property [ public $motion ] + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SDL_GLContext ] { + + - Constants [31] { + Constant [ public int RED_SIZE ] { 0 } + Constant [ public int GREEN_SIZE ] { 1 } + Constant [ public int BLUE_SIZE ] { 2 } + Constant [ public int ALPHA_SIZE ] { 3 } + Constant [ public int BUFFER_SIZE ] { 4 } + Constant [ public int DOUBLEBUFFER ] { 5 } + Constant [ public int DEPTH_SIZE ] { 6 } + Constant [ public int STENCIL_SIZE ] { 7 } + Constant [ public int ACCUM_RED_SIZE ] { 8 } + Constant [ public int ACCUM_GREEN_SIZE ] { 9 } + Constant [ public int ACCUM_BLUE_SIZE ] { 10 } + Constant [ public int ACCUM_ALPHA_SIZE ] { 11 } + Constant [ public int STEREO ] { 12 } + Constant [ public int MULTISAMPLEBUFFERS ] { 13 } + Constant [ public int MULTISAMPLESAMPLES ] { 14 } + Constant [ public int ACCELERATED_VISUAL ] { 15 } + Constant [ public int RETAINED_BACKING ] { 16 } + Constant [ public int SHARE_WITH_CURRENT_CONTEXT ] { 22 } + Constant [ public int FRAMEBUFFER_SRGB_CAPABLE ] { 23 } + Constant [ public int MAJOR_VERSION ] { 17 } + Constant [ public int MINOR_VERSION ] { 18 } + Constant [ public int EGL ] { 19 } + Constant [ public int FLAGS ] { 20 } + Constant [ public int PROFILE_MASK ] { 21 } + Constant [ public int PROFILE_CORE ] { 1 } + Constant [ public int PROFILE_COMPATIBILITY ] { 2 } + Constant [ public int PROFILE_ES ] { 4 } + Constant [ public int DEBUG_FLAG ] { 1 } + Constant [ public int FORWARD_COMPATIBLE_FLAG ] { 2 } + Constant [ public int ROBUST_ACCESS_FLAG ] { 4 } + Constant [ public int RESET_ISOLATION_FLAG ] { 8 } + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method GL_GetCurrent ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ SDL_Window $window ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method Delete ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SDL_MessageBoxColor ] { + + - Constants [6] { + Constant [ public int BACKGROUND ] { 0 } + Constant [ public int TEXT ] { 1 } + Constant [ public int BUTTON_BORDER ] { 2 } + Constant [ public int BUTTON_BACKGROUND ] { 3 } + Constant [ public int BUTTON_SELECTED ] { 4 } + Constant [ public int MAX ] { 5 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ public $r ] + Property [ public $g ] + Property [ public $b ] + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $r ] + Parameter #1 [ $g ] + Parameter #2 [ $b ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SDL_MessageBoxButtonData ] { + + - Constants [2] { + Constant [ public int RETURNKEY_DEFAULT ] { 1 } + Constant [ public int ESCAPEKEY_DEFAULT ] { 2 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ public $flags ] + Property [ public $buttonid ] + Property [ public $text ] + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $flags ] + Parameter #1 [ $buttonid ] + Parameter #2 [ $text ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SDL_MessageBoxData ] { + + - Constants [3] { + Constant [ public int ERROR ] { 16 } + Constant [ public int WARNING ] { 32 } + Constant [ public int INFORMATION ] { 64 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ public $flags ] + Property [ public $title ] + Property [ public $message ] + Property [ public $window ] + Property [ public $numbuttons ] + Property [ public $buttons ] + Property [ public $colors ] + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $flags ] + Parameter #1 [ $title ] + Parameter #2 [ $message ] + Parameter #3 [ array $buttons ] + Parameter #4 [ array $colors ] + Parameter #5 [ SDL_Window $parentwindow ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method Show ] { + + - Parameters [1] { + Parameter #0 [ &$buttonid ] + } + } + } + } + + Class [ class SDL_Cursor ] { + + - Constants [13] { + Constant [ public int ARROW ] { 0 } + Constant [ public int IBEAM ] { 1 } + Constant [ public int WAIT ] { 2 } + Constant [ public int CROSSHAIR ] { 3 } + Constant [ public int WAITARROW ] { 4 } + Constant [ public int SIZENWSE ] { 5 } + Constant [ public int SIZENESW ] { 6 } + Constant [ public int SIZEWE ] { 7 } + Constant [ public int SIZENS ] { 8 } + Constant [ public int SIZEALL ] { 9 } + Constant [ public int NO ] { 10 } + Constant [ public int HAND ] { 11 } + Constant [ public int NUM_SYSTEM ] { 12 } + } + + - Static properties [0] { + } + + - Static methods [6] { + Method [ static public method Create ] { + + - Parameters [6] { + Parameter #0 [ $data ] + Parameter #1 [ $mask ] + Parameter #2 [ $w ] + Parameter #3 [ $h ] + Parameter #4 [ $hot_x ] + Parameter #5 [ $hot_y ] + } + } + + Method [ static public method CreateSystem ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + } + + Method [ static public method CreateColor ] { + + - Parameters [3] { + Parameter #0 [ SDL_Surface $surface ] + Parameter #1 [ $hot_x ] + Parameter #2 [ $hot_y ] + } + } + + Method [ static public method Get ] { + + - Parameters [0] { + } + } + + Method [ static public method GetDefault ] { + + - Parameters [0] { + } + } + + Method [ static public method Show ] { + + - Parameters [1] { + Parameter #0 [ $toggle ] + } + } + } + + - Properties [0] { + } + + - Methods [4] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $data ] + Parameter #1 [ $mask ] + Parameter #2 [ $w ] + Parameter #3 [ $h ] + Parameter #4 [ $hot_x ] + Parameter #5 [ $hot_y ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method Free ] { + + - Parameters [0] { + } + } + + Method [ public method Set ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SDL_mutex ] { + + - Constants [2] { + Constant [ public int TIMEDOUT ] { 1 } + Constant [ public int MAXWAIT ] { 4294967295 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method Lock ] { + + - Parameters [0] { + } + } + + Method [ public method TryLock ] { + + - Parameters [0] { + } + } + + Method [ public method Unlock ] { + + - Parameters [0] { + } + } + + Method [ public method Destroy ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SDL_sem ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method Wait ] { + + - Parameters [0] { + } + } + + Method [ public method TryWait ] { + + - Parameters [0] { + } + } + + Method [ public method Post ] { + + - Parameters [0] { + } + } + + Method [ public method Value ] { + + - Parameters [0] { + } + } + + Method [ public method WaitTimeout ] { + + - Parameters [1] { + Parameter #0 [ $ms ] + } + } + + Method [ public method Destroy ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SDL_cond ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method Wait ] { + + - Parameters [1] { + Parameter #0 [ SDL_mutex $mutex ] + } + } + + Method [ public method Signal ] { + + - Parameters [0] { + } + } + + Method [ public method Broadcast ] { + + - Parameters [0] { + } + } + + Method [ public method WaitTimeout ] { + + - Parameters [2] { + Parameter #0 [ SDL_mutex $mutex ] + Parameter #1 [ $ms ] + } + } + + Method [ public method Destroy ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SDL_Color ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ public $r ] + Property [ public $g ] + Property [ public $b ] + Property [ public $a ] + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ $r ] + Parameter #1 [ $g ] + Parameter #2 [ $b ] + Parameter #3 [ $a ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SDL_Palette implements ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ public $ncolors ] + Property [ public $version ] + Property [ public $refcount ] + Property [ public $colors ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $ncolors ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $color ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + + Method [ public method Free ] { + + - Parameters [0] { + } + } + + Method [ public method SetColors ] { + + - Parameters [3] { + Parameter #0 [ array $colors ] + Parameter #1 [ $first ] + Parameter #2 [ $ncolors ] + } + } + } + } + + Class [ class SDL_PixelFormat ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [16] { + Property [ public $BitsPerPixel ] + Property [ public $BytesPerPixel ] + Property [ public $Rmask ] + Property [ public $Gmask ] + Property [ public $Bmask ] + Property [ public $Amask ] + Property [ public $Rloss ] + Property [ public $Gloss ] + Property [ public $Bloss ] + Property [ public $Aloss ] + Property [ public $Rshift ] + Property [ public $Gshift ] + Property [ public $Bshift ] + Property [ public $Ashift ] + Property [ public $palette ] + Property [ public $format ] + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $format ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method GetRGB ] { + + - Parameters [4] { + Parameter #0 [ $pixel ] + Parameter #1 [ &$r ] + Parameter #2 [ &$g ] + Parameter #3 [ &$b ] + } + } + + Method [ public method GetRGBA ] { + + - Parameters [5] { + Parameter #0 [ $pixel ] + Parameter #1 [ &$r ] + Parameter #2 [ &$g ] + Parameter #3 [ &$b ] + Parameter #4 [ &$a ] + } + } + + Method [ public method Free ] { + + - Parameters [0] { + } + } + + Method [ public method SetPalette ] { + + - Parameters [1] { + Parameter #0 [ SDL_Palette $palette ] + } + } + + Method [ public method MapRGB ] { + + - Parameters [3] { + Parameter #0 [ $r ] + Parameter #1 [ $g ] + Parameter #2 [ $b ] + } + } + + Method [ public method MapRGBA ] { + + - Parameters [4] { + Parameter #0 [ $r ] + Parameter #1 [ $g ] + Parameter #2 [ $b ] + Parameter #3 [ $a ] + } + } + } + } + + Class [ class SDL_Pixels implements ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ public $pitch ] + Property [ public $h ] + Property [ public $count ] + Property [ public $pixels ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $pitch ] + Parameter #1 [ $h ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $value ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + + Method [ public method GetByte ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method SetByte ] { + + - Parameters [3] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + Parameter #2 [ $byte ] + } + } + } + } + + Class [ class SDL_Rect ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ public $x ] + Property [ public $y ] + Property [ public $w ] + Property [ public $h ] + Property [ public $clip_rect ] + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ int $x ] + Parameter #1 [ int $y ] + Parameter #2 [ int $w ] + Parameter #3 [ int $y ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method Empty ] { + + - Parameters [0] { + } + } + + Method [ public method Equal ] { + + - Parameters [1] { + Parameter #0 [ SDL_Rect $rect ] + } + } + + Method [ public method HasIntersection ] { + + - Parameters [1] { + Parameter #0 [ SDL_Rect $rect ] + } + } + + Method [ public method Intersect ] { + + - Parameters [2] { + Parameter #0 [ SDL_Rect $rect ] + Parameter #1 [ &$result ] + } + } + + Method [ public method Union ] { + + - Parameters [2] { + Parameter #0 [ SDL_Rect $rect ] + Parameter #1 [ &$result ] + } + } + + Method [ public method IntersectLine ] { + + - Parameters [4] { + Parameter #0 [ &$X1 ] + Parameter #1 [ &$Y1 ] + Parameter #2 [ &$X2 ] + Parameter #3 [ &$Y2 ] + } + } + } + } + + Class [ class SDL_Point ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ public $x ] + Property [ public $y ] + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SDL_RWops ] { + + - Constants [6] { + Constant [ public int UNKNOWN ] { 0 } + Constant [ public int WINFILE ] { 1 } + Constant [ public int STDFILE ] { 2 } + Constant [ public int JNIFILE ] { 3 } + Constant [ public int MEMORY ] { 4 } + Constant [ public int MEMORY_RO ] { 5 } + } + + - Static properties [0] { + } + + - Static methods [4] { + Method [ static public method FromFile ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $mode ] + } + } + + Method [ static public method FromFP ] { + + - Parameters [2] { + Parameter #0 [ $fp ] + Parameter #1 [ $autoclose ] + } + } + + Method [ static public method FromMem ] { + + - Parameters [2] { + Parameter #0 [ &$buf ] + Parameter #1 [ $size ] + } + } + + Method [ static public method FromConstMem ] { + + - Parameters [2] { + Parameter #0 [ $buf ] + Parameter #1 [ $size ] + } + } + } + + - Properties [1] { + Property [ public $type ] + } + + - Methods [23] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method Free ] { + + - Parameters [0] { + } + } + + Method [ public method Size ] { + + - Parameters [0] { + } + } + + Method [ public method Seek ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $whence ] + } + } + + Method [ public method Tell ] { + + - Parameters [0] { + } + } + + Method [ public method Read ] { + + - Parameters [3] { + Parameter #0 [ &$buffer ] + Parameter #1 [ $size ] + Parameter #2 [ $number ] + } + } + + Method [ public method Write ] { + + - Parameters [3] { + Parameter #0 [ $buffer ] + Parameter #1 [ $size ] + Parameter #2 [ $number ] + } + } + + Method [ public method Close ] { + + - Parameters [0] { + } + } + + Method [ public method ReadU8 ] { + + - Parameters [0] { + } + } + + Method [ public method ReadLE16 ] { + + - Parameters [0] { + } + } + + Method [ public method ReadBE16 ] { + + - Parameters [0] { + } + } + + Method [ public method ReadLE32 ] { + + - Parameters [0] { + } + } + + Method [ public method ReadBE32 ] { + + - Parameters [0] { + } + } + + Method [ public method ReadLE64 ] { + + - Parameters [0] { + } + } + + Method [ public method ReadBE64 ] { + + - Parameters [0] { + } + } + + Method [ public method WriteU8 ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method WriteLE16 ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method WriteBE16 ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method WriteLE32 ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method WriteBE32 ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method WriteLE64 ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method WriteBE64 ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + } + } + + Class [ class SDL_WindowShapeMode ] { + + - Constants [4] { + Constant [ public int Default ] { 0 } + Constant [ public int BinarizeAlpha ] { 1 } + Constant [ public int ReverseBinarizeAlpha ] { 2 } + Constant [ public int ColorKey ] { 3 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ public $mode ] + Property [ public $colorKey ] + Property [ public $binarizationCutoff ] + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $mode ] + Parameter #1 [ $parameter ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SDL_Surface ] { + + - Constants [4] { + Constant [ public int SWSURFACE ] { 0 } + Constant [ public int PREALLOC ] { 1 } + Constant [ public int RLEACCEL ] { 2 } + Constant [ public int DONTFREE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method LoadRW ] { + + - Parameters [2] { + Parameter #0 [ SDL_RWops &$RWops ] + Parameter #1 [ $freesrc ] + } + } + + Method [ static public method LoadBMP ] { + + - Parameters [1] { + Parameter #0 [ $path ] + } + } + } + + - Properties [4] { + Property [ public $flags ] + Property [ public $w ] + Property [ public $h ] + Property [ public $pitch ] + } + + - Methods [30] { + Method [ public method __construct ] { + + - Parameters [8] { + Parameter #0 [ $flags ] + Parameter #1 [ $width ] + Parameter #2 [ $height ] + Parameter #3 [ $depth ] + Parameter #4 [ $Rmask ] + Parameter #5 [ $Gmask ] + Parameter #6 [ $Bmask ] + Parameter #7 [ $Amask ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method Free ] { + + - Parameters [0] { + } + } + + Method [ public method FillRect ] { + + - Parameters [2] { + Parameter #0 [ $rect ] + Parameter #1 [ $color ] + } + } + + Method [ public method FillRects ] { + + - Parameters [3] { + Parameter #0 [ $rects ] + Parameter #1 [ $count ] + Parameter #2 [ $color ] + } + } + + Method [ public method MustLock ] { + + - Parameters [0] { + } + } + + Method [ public method Lock ] { + + - Parameters [0] { + } + } + + Method [ public method Unlock ] { + + - Parameters [0] { + } + } + + Method [ public method Blit ] { + + - Parameters [3] { + Parameter #0 [ SDL_rect or NULL $srcrect ] + Parameter #1 [ SDL_Surface $dst ] + Parameter #2 [ SDL_rect or NULL &$dstrect ] + } + } + + Method [ public method UpperBlit ] { + + - Parameters [3] { + Parameter #0 [ SDL_rect or NULL $srcrect ] + Parameter #1 [ SDL_Surface $dst ] + Parameter #2 [ SDL_rect or NULL &$dstrect ] + } + } + + Method [ public method LowerBlit ] { + + - Parameters [3] { + Parameter #0 [ SDL_rect &$srcrect ] + Parameter #1 [ SDL_Surface $dst ] + Parameter #2 [ SDL_rect &$dstrect ] + } + } + + Method [ public method BlitScaled ] { + + - Parameters [3] { + Parameter #0 [ SDL_rect or NULL $srcrect ] + Parameter #1 [ SDL_Surface $dst ] + Parameter #2 [ SDL_rect or NULL &$dstrect ] + } + } + + Method [ public method UpperBlitScaled ] { + + - Parameters [3] { + Parameter #0 [ SDL_rect or NULL $srcrect ] + Parameter #1 [ SDL_Surface $dst ] + Parameter #2 [ SDL_rect or NULL &$dstrect ] + } + } + + Method [ public method LowerBlitScaled ] { + + - Parameters [3] { + Parameter #0 [ SDL_rect &$srcrect ] + Parameter #1 [ SDL_Surface $dst ] + Parameter #2 [ SDL_rect &$dstrect ] + } + } + + Method [ public method SoftStretch ] { + + - Parameters [3] { + Parameter #0 [ SDL_rect or NULL $srcrect ] + Parameter #1 [ SDL_Surface $dst ] + Parameter #2 [ SDL_rect or NULL &$dstrect ] + } + } + + Method [ public method SaveBMP_RW ] { + + - Parameters [2] { + Parameter #0 [ SDL_RWops &$rwops ] + Parameter #1 [ $freedst ] + } + } + + Method [ public method SaveBMP ] { + + - Parameters [1] { + Parameter #0 [ $path ] + } + } + + Method [ public method SetRLE ] { + + - Parameters [1] { + Parameter #0 [ $flag ] + } + } + + Method [ public method SetColorKey ] { + + - Parameters [2] { + Parameter #0 [ $flag ] + Parameter #1 [ $key ] + } + } + + Method [ public method GetColorKey ] { + + - Parameters [1] { + Parameter #0 [ &$key ] + } + } + + Method [ public method SetColorMod ] { + + - Parameters [3] { + Parameter #0 [ $red ] + Parameter #1 [ $green ] + Parameter #2 [ $blue ] + } + } + + Method [ public method GetColorMod ] { + + - Parameters [3] { + Parameter #0 [ &$red ] + Parameter #1 [ &$green ] + Parameter #2 [ &$blue ] + } + } + + Method [ public method SetAlphaMod ] { + + - Parameters [1] { + Parameter #0 [ $alpha ] + } + } + + Method [ public method GetAlphaMod ] { + + - Parameters [1] { + Parameter #0 [ &$alpha ] + } + } + + Method [ public method SetBlendMode ] { + + - Parameters [1] { + Parameter #0 [ $blendmmode ] + } + } + + Method [ public method GetBlendMode ] { + + - Parameters [1] { + Parameter #0 [ &$blendmode ] + } + } + + Method [ public method SetClipRect ] { + + - Parameters [1] { + Parameter #0 [ $cliprect ] + } + } + + Method [ public method GetClipRect ] { + + - Parameters [1] { + Parameter #0 [ &$cliprect ] + } + } + + Method [ public method Convert ] { + + - Parameters [2] { + Parameter #0 [ SDL_PixelFormat $format ] + Parameter #1 [ $flags ] + } + } + + Method [ public method ConvertFormat ] { + + - Parameters [2] { + Parameter #0 [ $format ] + Parameter #1 [ $flags ] + } + } + } + } + + Class [ class SDL_DisplayMode ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ public $format ] + Property [ public $w ] + Property [ public $h ] + Property [ public $refresh_rate ] + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ $format ] + Parameter #1 [ $w ] + Parameter #2 [ $h ] + Parameter #3 [ $refresh_rate ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SDL_Window ] { + + - Constants [18] { + Constant [ public int FULLSCREEN ] { 1 } + Constant [ public int OPENGL ] { 2 } + Constant [ public int SHOWN ] { 4 } + Constant [ public int HIDDEN ] { 8 } + Constant [ public int BORDERLESS ] { 16 } + Constant [ public int RESIZABLE ] { 32 } + Constant [ public int MINIMIZED ] { 64 } + Constant [ public int MAXIMIZED ] { 128 } + Constant [ public int INPUT_GRABBED ] { 256 } + Constant [ public int INPUT_FOCUS ] { 512 } + Constant [ public int MOUSE_FOCUS ] { 1024 } + Constant [ public int FULLSCREEN_DESKTOP ] { 4097 } + Constant [ public int FOREIGN ] { 2048 } + Constant [ public int ALLOW_HIGHDPI ] { 8192 } + Constant [ public int POS_UNDEFINED_MASK ] { 536805376 } + Constant [ public int POS_UNDEFINED ] { 536805376 } + Constant [ public int POS_CENTERED_MASK ] { 805240832 } + Constant [ public int POS_CENTERED ] { 805240832 } + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method GL_GetCurrent ] { + + - Parameters [0] { + } + } + + Method [ static public method GetMouseFocus ] { + + - Parameters [0] { + } + } + } + + - Properties [7] { + Property [ public $id ] + Property [ public $flags ] + Property [ public $x ] + Property [ public $y ] + Property [ public $w ] + Property [ public $h ] + Property [ public $title ] + } + + - Methods [44] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $title ] + Parameter #1 [ $x ] + Parameter #2 [ $y ] + Parameter #3 [ $w ] + Parameter #4 [ $h ] + Parameter #5 [ $flags ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method UpdateSurface ] { + + - Parameters [0] { + } + } + + Method [ public method Destroy ] { + + - Parameters [0] { + } + } + + Method [ public method GetTitle ] { + + - Parameters [0] { + } + } + + Method [ public method SetTitle ] { + + - Parameters [1] { + Parameter #0 [ $title ] + } + } + + Method [ public method GetDisplayIndex ] { + + - Parameters [0] { + } + } + + Method [ public method Show ] { + + - Parameters [0] { + } + } + + Method [ public method Hide ] { + + - Parameters [0] { + } + } + + Method [ public method Raise ] { + + - Parameters [0] { + } + } + + Method [ public method Maximize ] { + + - Parameters [0] { + } + } + + Method [ public method Minimize ] { + + - Parameters [0] { + } + } + + Method [ public method Restore ] { + + - Parameters [0] { + } + } + + Method [ public method GetSurface ] { + + - Parameters [0] { + } + } + + Method [ public method SetDisplayMode ] { + + - Parameters [1] { + Parameter #0 [ SDL_DisplayMode $displaymode ] + } + } + + Method [ public method GetDisplayMode ] { + + - Parameters [1] { + Parameter #0 [ &$displaymode ] + } + } + + Method [ public method GetPixelFormat ] { + + - Parameters [0] { + } + } + + Method [ public method GetID ] { + + - Parameters [0] { + } + } + + Method [ public method GetFlags ] { + + - Parameters [0] { + } + } + + Method [ public method SetIcon ] { + + - Parameters [1] { + Parameter #0 [ SDL_Surface $icon ] + } + } + + Method [ public method SetPosition ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method GetPosition ] { + + - Parameters [2] { + Parameter #0 [ &$x ] + Parameter #1 [ &$y ] + } + } + + Method [ public method SetSize ] { + + - Parameters [2] { + Parameter #0 [ $w ] + Parameter #1 [ $h ] + } + } + + Method [ public method GetSize ] { + + - Parameters [2] { + Parameter #0 [ &$w ] + Parameter #1 [ &$h ] + } + } + + Method [ public method SetMinimumSize ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method GetMinimumSize ] { + + - Parameters [2] { + Parameter #0 [ &$x ] + Parameter #1 [ &$y ] + } + } + + Method [ public method SetMaximumSize ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method GetMaximumSize ] { + + - Parameters [2] { + Parameter #0 [ &$x ] + Parameter #1 [ &$y ] + } + } + + Method [ public method SetBordered ] { + + - Parameters [1] { + Parameter #0 [ $bordered ] + } + } + + Method [ public method SetFullscreen ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method UpdateSurfaceRects ] { + + - Parameters [2] { + Parameter #0 [ array $rects ] + Parameter #1 [ $numrect ] + } + } + + Method [ public method SetGrab ] { + + - Parameters [1] { + Parameter #0 [ $grabbed ] + } + } + + Method [ public method GetGrab ] { + + - Parameters [0] { + } + } + + Method [ public method SetBrightness ] { + + - Parameters [1] { + Parameter #0 [ $brightness ] + } + } + + Method [ public method GetBrightness ] { + + - Parameters [0] { + } + } + + Method [ public method GetGammaRamp ] { + + - Parameters [3] { + Parameter #0 [ &$red ] + Parameter #1 [ &$green ] + Parameter #2 [ &$blue ] + } + } + + Method [ public method GL_CreateContext ] { + + - Parameters [0] { + } + } + + Method [ public method GL_MakeCurrent ] { + + - Parameters [1] { + Parameter #0 [ SDL_GLContext $GLcontext ] + } + } + + Method [ public method GL_GetDrawableSize ] { + + - Parameters [2] { + Parameter #0 [ &$x ] + Parameter #1 [ &$y ] + } + } + + Method [ public method GL_Swap ] { + + - Parameters [0] { + } + } + + Method [ public method WarpMouse ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method IsShaped ] { + + - Parameters [0] { + } + } + + Method [ public method SetShape ] { + + - Parameters [2] { + Parameter #0 [ SDL_Surface $surface ] + Parameter #1 [ SDL_WindowShapeMode $mode ] + } + } + + Method [ public method GetShapedMode ] { + + - Parameters [1] { + Parameter #0 [ &$shaped_mode ] + } + } } } } -- cgit