Extension [ extension #119 SDL version 2.7.0 ] { - Constants [738] { 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_JOYAXISMOTION ] { 1536 } Constant [ int SDL_JOYBUTTONDOWN ] { 1539 } Constant [ int SDL_JOYBUTTONUP ] { 1540 } 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 ] { 2022 } Constant [ int SDL_MAJOR_VERSION ] { 2 } Constant [ int SDL_MINOR_VERSION ] { 0 } Constant [ int SDL_PATCHLEVEL ] { 22 } Constant [ string SDL_REVISION ] { @43731479f9fa870eec31a9c8686f1df088c0fda5 } 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 ] { - Parameters [1] { Parameter #0 [ $flags = ] } } Function [ function SDL_InitSubSystem ] { - Parameters [1] { Parameter #0 [ $flags ] } } Function [ function SDL_Quit ] { - Parameters [0] { } } Function [ function SDL_QuitSubSystem ] { - Parameters [1] { Parameter #0 [ $flags ] } } Function [ function SDL_WasInit ] { - Parameters [1] { Parameter #0 [ $flags ] } } Function [ function SDL_CreateWindow ] { - Parameters [6] { Parameter #0 [ $title ] Parameter #1 [ $x ] Parameter #2 [ $y ] Parameter #3 [ $w ] Parameter #4 [ $h ] Parameter #5 [ $flags ] } } Function [ function SDL_CreateShapedWindow ] { - Parameters [6] { Parameter #0 [ $title ] Parameter #1 [ $x ] Parameter #2 [ $y ] Parameter #3 [ $w ] Parameter #4 [ $h ] Parameter #5 [ $flags ] } } Function [ function SDL_DestroyWindow ] { - Parameters [1] { Parameter #0 [ SDL_Window $window ] } } Function [ function SDL_UpdateWindowSurface ] { - Parameters [1] { Parameter #0 [ SDL_Window $window ] } } Function [ function SDL_GetWindowTitle ] { - Parameters [1] { Parameter #0 [ SDL_Window $window ] } } Function [ function SDL_SetWindowTitle ] { - Parameters [2] { Parameter #0 [ SDL_Window $window ] Parameter #1 [ $title ] } } Function [ function SDL_GetWindowDisplayIndex ] { - Parameters [1] { Parameter #0 [ SDL_Window $window ] } } Function [ function SDL_ShowWindow ] { - Parameters [1] { Parameter #0 [ SDL_Window $window ] } } Function [ function SDL_HideWindow ] { - Parameters [1] { Parameter #0 [ SDL_Window $window ] } } Function [ function SDL_RaiseWindow ] { - Parameters [1] { Parameter #0 [ SDL_Window $window ] } } Function [ function SDL_MaximizeWindow ] { - Parameters [1] { Parameter #0 [ SDL_Window $window ] } } Function [ function SDL_MinimizeWindow ] { - Parameters [1] { Parameter #0 [ SDL_Window $window ] } } Function [ function SDL_RestoreWindow ] { - Parameters [1] { Parameter #0 [ SDL_Window $window ] } } Function [ function SDL_GetWindowSurface ] { - Parameters [1] { Parameter #0 [ SDL_Window $window ] } } Function [ function SDL_SetWindowDisplayMode ] { - Parameters [2] { Parameter #0 [ SDL_Window $window ] Parameter #1 [ SDL_DisplayMode $displaymode ] } } Function [ function SDL_GetWindowDisplayMode ] { - Parameters [2] { Parameter #0 [ SDL_Window $window ] Parameter #1 [ &$displaymode ] } } Function [ function SDL_GetWindowPixelFormat ] { - Parameters [1] { Parameter #0 [ SDL_Window $window ] } } Function [ function SDL_GetWindowID ] { - Parameters [1] { Parameter #0 [ SDL_Window $window ] } } Function [ function SDL_GetWindowFlags ] { - Parameters [1] { Parameter #0 [ SDL_Window $window ] } } Function [ function SDL_SetWindowIcon ] { - Parameters [2] { Parameter #0 [ SDL_Window $window ] Parameter #1 [ SDL_Surface $icon ] } } Function [ function SDL_SetWindowPosition ] { - Parameters [3] { Parameter #0 [ SDL_Window $window ] Parameter #1 [ $x ] Parameter #2 [ $y ] } } Function [ function SDL_GetWindowPosition ] { - Parameters [3] { Parameter #0 [ SDL_Window $window ] Parameter #1 [ &$x = ] Parameter #2 [ &$y = ] } } Function [ function SDL_SetWindowSize ] { - Parameters [3] { Parameter #0 [ SDL_Window $window ] Parameter #1 [ $x ] Parameter #2 [ $y ] } } Function [ function SDL_GetWindowSize ] { - Parameters [3] { Parameter #0 [ SDL_Window $window ] Parameter #1 [ &$x = ] Parameter #2 [ &$y = ] } } Function [ function SDL_SetWindowMinimumSize ] { - Parameters [3] { Parameter #0 [ SDL_Window $window ] Parameter #1 [ $x ] Parameter #2 [ $y ] } } Function [ function SDL_GetWindowMinimumSize ] { - Parameters [3] { Parameter #0 [ SDL_Window $window ] Parameter #1 [ &$x = ] Parameter #2 [ &$y = ] } } Function [ function SDL_SetWindowMaximumSize ] { - Parameters [3] { Parameter #0 [ SDL_Window $window ] Parameter #1 [ $x ] Parameter #2 [ $y ] } } Function [ function SDL_GetWindowMaximumSize ] { - Parameters [3] { Parameter #0 [ SDL_Window $window ] Parameter #1 [ &$x = ] Parameter #2 [ &$y = ] } } Function [ function SDL_SetWindowBordered ] { - Parameters [2] { Parameter #0 [ SDL_Window $window ] Parameter #1 [ $bordered ] } } Function [ function SDL_SetWindowFullscreen ] { - Parameters [2] { Parameter #0 [ SDL_Window $window ] Parameter #1 [ $flags ] } } Function [ function SDL_UpdateWindowSurfaceRects ] { - Parameters [3] { Parameter #0 [ SDL_Window $window ] Parameter #1 [ array $rects ] Parameter #2 [ $numrect = ] } } Function [ function SDL_SetWindowGrab ] { - Parameters [2] { Parameter #0 [ SDL_Window $window ] Parameter #1 [ $grabbed ] } } Function [ function SDL_GetWindowGrab ] { - Parameters [1] { Parameter #0 [ SDL_Window $window ] } } Function [ function SDL_SetWindowBrightness ] { - Parameters [2] { Parameter #0 [ SDL_Window $window ] Parameter #1 [ $brightness ] } } Function [ function SDL_GetWindowBrightness ] { - Parameters [1] { Parameter #0 [ SDL_Window $window ] } } Function [ function SDL_GetWindowGammaRamp ] { - Parameters [4] { Parameter #0 [ SDL_Window $window ] Parameter #1 [ &$red ] Parameter #2 [ &$green ] Parameter #3 [ &$blue ] } } Function [ function SDL_IsShapedWindow ] { - Parameters [1] { Parameter #0 [ SDL_Window $window ] } } Function [ function SDL_SetWindowShape ] { - Parameters [3] { Parameter #0 [ SDL_Window $window ] Parameter #1 [ SDL_Surface $surface ] Parameter #2 [ SDL_WindowShapeMode $mode ] } } Function [ function SDL_GetShapedWindowMode ] { - Parameters [2] { Parameter #0 [ SDL_Window $window ] Parameter #1 [ &$shaped_mode ] } } Function [ function SDL_WINDOWPOS_UNDEFINED_DISPLAY ] { - Parameters [1] { Parameter #0 [ $display ] } } Function [ function SDL_WINDOWPOS_CENTERED_DISPLAY ] { - Parameters [1] { Parameter #0 [ $display ] } } Function [ function SDL_GetRevision ] { - Parameters [0] { } } Function [ function SDL_GetRevisionNumber ] { - Parameters [0] { } } Function [ function SDL_GetVersion ] { - Parameters [1] { Parameter #0 [ &$version ] } } Function [ function SDL_VERSION ] { - Parameters [1] { Parameter #0 [ &$version ] } } Function [ function SDL_VERSIONNUM ] { - Parameters [3] { Parameter #0 [ $x ] Parameter #1 [ $y ] Parameter #2 [ $z ] } } Function [ function SDL_VERSION_ATLEAST ] { - Parameters [3] { Parameter #0 [ $x ] Parameter #1 [ $y ] Parameter #2 [ $z ] } } Function [ function SDL_Delay ] { - Parameters [1] { Parameter #0 [ $ms ] } } Function [ function SDL_CreateRenderer ] { - Parameters [3] { Parameter #0 [ SDL_Window $window ] Parameter #1 [ $index ] Parameter #2 [ $flags ] } } Function [ function SDL_DestroyRenderer ] { - Parameters [1] { Parameter #0 [ $renderer ] } } Function [ function SDL_DestroyTexture ] { - Parameters [1] { Parameter #0 [ $texture ] } } Function [ function SDL_SetRenderDrawColor ] { - Parameters [5] { Parameter #0 [ $renderer ] Parameter #1 [ $r ] Parameter #2 [ $g ] Parameter #3 [ $b ] Parameter #4 [ $a ] } } Function [ function SDL_RenderDrawPoint ] { - Parameters [3] { Parameter #0 [ $renderer ] Parameter #1 [ $x ] Parameter #2 [ $y ] } } Function [ function SDL_RenderClear ] { - Parameters [1] { Parameter #0 [ $renderer ] } } Function [ function SDL_RenderCopy ] { - Parameters [4] { Parameter #0 [ $renderer ] Parameter #1 [ $texture ] Parameter #2 [ ?SDL_Rect $srcrect ] Parameter #3 [ ?SDL_Rect $dstrect ] } } Function [ function SDL_RenderCopyEx ] { - Parameters [7] { Parameter #0 [ $renderer ] Parameter #1 [ $texture ] Parameter #2 [ ?SDL_Rect $srcrect ] Parameter #3 [ ?SDL_Rect $dstrect ] Parameter #4 [ $angle ] Parameter #5 [ ?SDL_Point $center ] Parameter #6 [ $flip ] } } Function [ function SDL_RenderFillRect ] { - Parameters [2] { Parameter #0 [ $renderer ] Parameter #1 [ SDL_Rect $rect ] } } Function [ function SDL_RenderDrawRect ] { - Parameters [2] { Parameter #0 [ $renderer ] Parameter #1 [ SDL_Rect $rect ] } } Function [ function SDL_RenderDrawLine ] { - Parameters [5] { Parameter #0 [ $renderer ] Parameter #1 [ $x1 ] Parameter #2 [ $y1 ] Parameter #3 [ $x2 ] Parameter #4 [ $y2 = ] } } Function [ function SDL_RenderPresent ] { - Parameters [1] { Parameter #0 [ $renderer ] } } Function [ function SDL_CreateTextureFromSurface ] { - Parameters [2] { Parameter #0 [ $renderer ] Parameter #1 [ SDL_Surface $surface ] } } Function [ function SDL_CreateTexture ] { - Parameters [5] { Parameter #0 [ $renderer ] Parameter #1 [ $format ] Parameter #2 [ $access ] Parameter #3 [ $w ] Parameter #4 [ $h ] } } Function [ function SDL_QueryTexture ] { - Parameters [5] { Parameter #0 [ $texture ] Parameter #1 [ &$format ] Parameter #2 [ &$access ] Parameter #3 [ &$w ] Parameter #4 [ &$h ] } } Function [ function SDL_SetRenderTarget ] { - Parameters [2] { Parameter #0 [ $renderer ] Parameter #1 [ $texture ] } } Function [ function SDL_GetRendererOutputSize ] { - Parameters [3] { Parameter #0 [ $renderer ] Parameter #1 [ &$w ] Parameter #2 [ &$h ] } } Function [ function SDL_RenderDrawPointF ] { - Parameters [3] { Parameter #0 [ $renderer ] Parameter #1 [ float $x ] Parameter #2 [ float $y ] } - Return [ int ] } Function [ function SDL_RenderDrawLineF ] { - Parameters [5] { Parameter #0 [ $renderer ] Parameter #1 [ float $x1 ] Parameter #2 [ float $y1 ] Parameter #3 [ float $x2 ] Parameter #4 [ float $y2 ] } - Return [ int ] } Function [ function SDL_RenderDrawRectF ] { - Parameters [2] { Parameter #0 [ $renderer ] Parameter #1 [ SDL_FRect $rect ] } - Return [ int ] } Function [ function SDL_RenderFillRectF ] { - Parameters [2] { Parameter #0 [ $renderer ] Parameter #1 [ SDL_FRect $rect ] } - Return [ int ] } Function [ function SDL_RenderCopyF ] { - Parameters [4] { Parameter #0 [ $renderer ] Parameter #1 [ SDL_Texture $texture ] Parameter #2 [ ?SDL_Rect $srcrect ] Parameter #3 [ ?SDL_FRect $dstrect ] } - Return [ int ] } Function [ function SDL_RenderCopyExF ] { - Parameters [7] { Parameter #0 [ $renderer ] Parameter #1 [ SDL_Texture $texture ] Parameter #2 [ ?SDL_Rect $srcrect ] Parameter #3 [ ?SDL_FRect $dstrect ] Parameter #4 [ float $angle ] Parameter #5 [ ?SDL_FPoint $center ] Parameter #6 [ int $flip ] } - Return [ int ] } Function [ function SDL_CreateRGBSurface ] { - 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_FreeSurface ] { - Parameters [1] { Parameter #0 [ SDL_Surface $surface ] } } Function [ function SDL_FillRect ] { - Parameters [3] { Parameter #0 [ SDL_Surface $surface ] Parameter #1 [ $rect ] Parameter #2 [ $color ] } } Function [ function SDL_FillRects ] { - Parameters [4] { Parameter #0 [ SDL_Surface $surface ] Parameter #1 [ $rects ] Parameter #2 [ $count ] Parameter #3 [ $color ] } } Function [ function SDL_MUSTLOCK ] { - Parameters [1] { Parameter #0 [ SDL_Surface $surface ] } } Function [ function SDL_LockSurface ] { - Parameters [1] { Parameter #0 [ SDL_Surface $surface ] } } Function [ function SDL_UnlockSurface ] { - Parameters [1] { Parameter #0 [ SDL_Surface $surface ] } } Function [ function SDL_LoadBMP_RW ] { - Parameters [2] { Parameter #0 [ SDL_RWops &$RWops ] Parameter #1 [ $freesrc ] } } Function [ function SDL_LoadBMP ] { - Parameters [1] { Parameter #0 [ $path ] } } Function [ function SDL_UpperBlit ] { - 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_LowerBlit ] { - 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_UpperBlitScaled ] { - 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_LowerBlitScaled ] { - 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_SoftStretch ] { - 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_SaveBMP_RW ] { - Parameters [3] { Parameter #0 [ SDL_Surface $surface ] Parameter #1 [ SDL_RWops &$rwops ] Parameter #2 [ $freedst = ] } } Function [ function SDL_SaveBMP ] { - Parameters [2] { Parameter #0 [ SDL_Surface $surface ] Parameter #1 [ $path ] } } Function [ function SDL_SetSurfaceRLE ] { - Parameters [2] { Parameter #0 [ SDL_Surface $surface ] Parameter #1 [ $flag ] } } Function [ function SDL_SetColorKey ] { - Parameters [3] { Parameter #0 [ SDL_Surface $surface ] Parameter #1 [ $flag ] Parameter #2 [ $key = ] } } Function [ function SDL_GetColorKey ] { - Parameters [2] { Parameter #0 [ SDL_Surface $surface ] Parameter #1 [ &$key ] } } Function [ function SDL_SetSurfaceColorMod ] { - Parameters [4] { Parameter #0 [ SDL_Surface $surface ] Parameter #1 [ $red ] Parameter #2 [ $green ] Parameter #3 [ $blue ] } } Function [ function SDL_GetSurfaceColorMod ] { - Parameters [4] { Parameter #0 [ SDL_Surface $surface ] Parameter #1 [ &$red ] Parameter #2 [ &$green ] Parameter #3 [ &$blue ] } } Function [ function SDL_SetSurfaceAlphaMod ] { - Parameters [2] { Parameter #0 [ SDL_Surface $surface ] Parameter #1 [ $alpha ] } } Function [ function SDL_GetSurfaceAlphaMod ] { - Parameters [2] { Parameter #0 [ SDL_Surface $surface ] Parameter #1 [ &$alpha ] } } Function [ function SDL_SetSurfaceBlendMode ] { - Parameters [2] { Parameter #0 [ SDL_Surface $surface ] Parameter #1 [ $blendmmode ] } } Function [ function SDL_GetSurfaceBlendMode ] { - Parameters [2] { Parameter #0 [ SDL_Surface $surface ] Parameter #1 [ &$blendmode ] } } Function [ function SDL_SetClipRect ] { - Parameters [2] { Parameter #0 [ SDL_Surface $surface ] Parameter #1 [ $cliprect ] } } Function [ function SDL_GetClipRect ] { - Parameters [2] { Parameter #0 [ SDL_Surface $surface ] Parameter #1 [ &$cliprect ] } } Function [ function SDL_ConvertSurface ] { - Parameters [3] { Parameter #0 [ SDL_Surface $surface ] Parameter #1 [ SDL_PixelFormat $format ] Parameter #2 [ $flags = ] } } Function [ function SDL_ConvertSurfaceFormat ] { - Parameters [3] { Parameter #0 [ SDL_Surface $surface ] Parameter #1 [ $format ] Parameter #2 [ $flags = ] } } Function [ function SDL_ConvertPixels ] { - 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_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 $window = ] } } Function [ function SDL_ShowMessageBox ] { - Parameters [2] { Parameter #0 [ $messageboxdata ] Parameter #1 [ &$buttonid ] } } 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 [ $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_AllocFormat ] { - Parameters [1] { Parameter #0 [ $format ] } } Function [ function SDL_FreeFormat ] { - Parameters [1] { 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_GL_ExtensionSupported ] { - Parameters [1] { 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_GL_CreateContext ] { - Parameters [1] { Parameter #0 [ SDL_Window $window ] } } Function [ function SDL_GL_DeleteContext ] { - Parameters [1] { 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_GL_GetCurrentContext ] { - Parameters [0] { } } 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 [ SDL_Window $window ] } } Function [ function SDL_GL_SetSwapInterval ] { - Parameters [1] { 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_SetError ] { - Parameters [1] { 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_GetVideoDriver ] { - Parameters [1] { Parameter #0 [ $driverIndex ] } } Function [ function SDL_VideoInit ] { - Parameters [1] { Parameter #0 [ $drivername = ] } } Function [ function SDL_VideoQuit ] { - Parameters [0] { } } Function [ function SDL_GetCurrentVideoDriver ] { - Parameters [0] { } } Function [ function SDL_GetNumVideoDisplays ] { - Parameters [0] { } } Function [ function SDL_GetDisplayName ] { - Parameters [1] { Parameter #0 [ $displayIndex ] } } Function [ function SDL_GetDisplayBounds ] { - Parameters [2] { Parameter #0 [ $displayIndex ] Parameter #1 [ &$rect ] } } Function [ function SDL_GetNumDisplayModes ] { - Parameters [1] { Parameter #0 [ $displayIndex ] } } Function [ function SDL_GetDisplayMode ] { - Parameters [2] { Parameter #0 [ $displayIndex ] Parameter #1 [ $modeIndex ] } } Function [ function SDL_GetDesktopDisplayMode ] { - Parameters [1] { Parameter #0 [ $displayIndex ] } } Function [ function SDL_GetCurrentDisplayMode ] { - Parameters [1] { Parameter #0 [ $displayIndex ] } } Function [ function SDL_GetClosestDisplayMode ] { - Parameters [3] { Parameter #0 [ $displayIndex ] Parameter #1 [ SDL_DisplayMode $desired ] Parameter #2 [ &$closest = ] } } Function [ function SDL_IsScreenSaverEnabled ] { - Parameters [0] { } } Function [ function SDL_EnableScreenSaver ] { - Parameters [0] { } } Function [ function SDL_DisableScreenSaver ] { - Parameters [0] { } } Function [ function SDL_GetPowerInfo ] { - Parameters [2] { Parameter #0 [ &$secs = ] Parameter #1 [ &$pct = ] } } Function [ function SDL_GetPlatform ] { - Parameters [0] { } } Function [ function SDL_GetKeyboardFocus ] { - Parameters [0] { } } Function [ function SDL_GetKeyboardState ] { - Parameters [1] { Parameter #0 [ ?int &$numkeys = ] } } Function [ function SDL_GetModState ] { - Parameters [0] { } } 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_IsTextInputActive ] { - Parameters [0] { } } Function [ function SDL_StopTextInput ] { - Parameters [0] { } } Function [ function SDL_SetTextInputRect ] { - Parameters [1] { 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_NumJoysticks ] { - Parameters [0] { } } Function [ function SDL_JoystickOpen ] { - Parameters [1] { Parameter #0 [ int $index ] } } Function [ function SDL_JoystickClose ] { - Parameters [1] { Parameter #0 [ SDL_Joystick $joystick ] } } Function [ function SDL_JoystickNumButtons ] { - Parameters [1] { Parameter #0 [ SDL_Joystick $joystick ] } } Function [ function SDL_JoystickName ] { - Parameters [1] { Parameter #0 [ SDL_Joystick $joystick ] } } Function [ function SDL_JoystickGetAxis ] { - Parameters [2] { Parameter #0 [ SDL_Joystick $joystick ] Parameter #1 [ int $axis ] } } Function [ function SDL_JoystickNameForIndex ] { - Parameters [1] { Parameter #0 [ int $index ] } } Function [ function SDL_IsGameController ] { - Parameters [1] { Parameter #0 [ int $index ] } } 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 ] } } Function [ function SDL_PointInRect ] { - Parameters [2] { Parameter #0 [ SDL_Point $p ] Parameter #1 [ SDL_Rect $r ] } - Return [ bool ] } Function [ function SDL_RectEmpty ] { - Parameters [1] { Parameter #0 [ SDL_Rect $r ] } - Return [ bool ] } Function [ function SDL_RectEquals ] { - Parameters [2] { Parameter #0 [ SDL_Rect $a ] Parameter #1 [ SDL_Rect $b ] } - Return [ bool ] } Function [ function SDL_HasIntersection ] { - Parameters [2] { Parameter #0 [ SDL_Rect $A ] Parameter #1 [ SDL_Rect $B ] } - Return [ bool ] } Function [ function SDL_IntersectRect ] { - Parameters [3] { Parameter #0 [ SDL_Rect $A ] Parameter #1 [ SDL_Rect $B ] Parameter #2 [ ?SDL_Rect &$result ] } - Return [ bool ] } Function [ function SDL_UnionRect ] { - Parameters [3] { Parameter #0 [ SDL_Rect $A ] Parameter #1 [ SDL_Rect $B ] Parameter #2 [ ?SDL_Rect &$result ] } - Return [ void ] } Function [ function SDL_EnclosePoints ] { - Parameters [4] { Parameter #0 [ SDL_Point $points ] Parameter #1 [ int $count ] Parameter #2 [ SDL_Rect $clip ] Parameter #3 [ ?SDL_Rect &$result ] } - Return [ bool ] } Function [ function SDL_IntersectRectAndLine ] { - Parameters [5] { Parameter #0 [ SDL_Rect $rect ] Parameter #1 [ int &$X1 ] Parameter #2 [ int &$Y1 ] Parameter #3 [ int &$X2 ] Parameter #4 [ int &$Y2 ] } - Return [ bool ] } Function [ function SDL_FRectEmpty ] { - Parameters [1] { Parameter #0 [ SDL_FRect $r ] } - Return [ bool ] } Function [ function SDL_HasIntersectionF ] { - Parameters [2] { Parameter #0 [ SDL_FRect $A ] Parameter #1 [ SDL_FRect $B ] } - Return [ bool ] } Function [ function SDL_IntersectFRect ] { - Parameters [3] { Parameter #0 [ SDL_FRect $A ] Parameter #1 [ SDL_FRect $B ] Parameter #2 [ ?SDL_FRect &$result ] } - Return [ bool ] } } - Classes [23] { Class [ class SDL_Event implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ public $type = NULL ] Property [ public $key = NULL ] Property [ public $motion = NULL ] } - Methods [2] { Method [ public method __construct ] { - Parameters [0] { } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class SDL_GLContext implements Stringable ] { - 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] { } - Return [ string ] } Method [ public method Delete ] { - Parameters [0] { } } } } Class [ class SDL_MessageBoxColor implements Stringable ] { - 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 = 0 ] Property [ public $g = 0 ] Property [ public $b = 0 ] } - Methods [2] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $r ] Parameter #1 [ $g ] Parameter #2 [ $b ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class SDL_MessageBoxButtonData implements Stringable ] { - 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 = 0 ] Property [ public $buttonid = 0 ] Property [ public $text = 0 ] } - Methods [2] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $flags ] Parameter #1 [ $buttonid ] Parameter #2 [ $text ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class SDL_MessageBoxData implements Stringable ] { - 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 = 0 ] Property [ public $title = NULL ] Property [ public $message = NULL ] Property [ public $window = false ] Property [ public $numbuttons = 0 ] Property [ public $buttons = NULL ] Property [ public $colors = NULL ] } - 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] { } - Return [ string ] } Method [ public method Show ] { - Parameters [1] { Parameter #0 [ &$buttonid ] } } } } Class [ class SDL_Cursor implements Stringable ] { - 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] { } - Return [ string ] } Method [ public method Free ] { - Parameters [0] { } } Method [ public method Set ] { - Parameters [0] { } } } } Class [ class SDL_mutex implements Stringable ] { - 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] { } - Return [ string ] } 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 implements Stringable ] { - 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] { } - Return [ string ] } 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 implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ public method __construct ] { - Parameters [0] { } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } 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 implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ public $r = 0 ] Property [ public $g = 0 ] Property [ public $b = 0 ] Property [ public $a = 0 ] } - 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] { } - Return [ string ] } } } Class [ class SDL_Palette implements Stringable, ArrayAccess ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ public $ncolors = 0 ] Property [ public $version = 0 ] Property [ public $refcount = 0 ] Property [ public $colors = NULL ] } - Methods [9] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $ncolors ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } 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 implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [16] { Property [ public $format = 0 ] Property [ public $BitsPerPixel = 0 ] Property [ public $BytesPerPixel = 0 ] Property [ public $Rmask = 0 ] Property [ public $Gmask = 0 ] Property [ public $Bmask = 0 ] Property [ public $Amask = 0 ] Property [ public $Rloss = 0 ] Property [ public $Gloss = 0 ] Property [ public $Bloss = 0 ] Property [ public $Aloss = 0 ] Property [ public $Rshift = 0 ] Property [ public $Gshift = 0 ] Property [ public $Bshift = 0 ] Property [ public $Ashift = 0 ] Property [ public $palette = NULL ] } - Methods [8] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $format ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } 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 Stringable, ArrayAccess ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ public $pitch = 0 ] Property [ public $h = 0 ] Property [ public $count = 0 ] } - Methods [9] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $pitch ] Parameter #1 [ $h ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } 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 implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ public int $x ] Property [ public int $y ] Property [ public int $w ] Property [ public int $h ] } - Methods [8] { Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ int $x ] Parameter #1 [ int $y ] Parameter #2 [ int $w ] Parameter #3 [ int $h ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method Empty ] { - Parameters [0] { } - Return [ bool ] } Method [ public method Equal ] { - Parameters [1] { Parameter #0 [ SDL_Rect $b ] } - Return [ bool ] } Method [ public method HasIntersection ] { - Parameters [1] { Parameter #0 [ SDL_Rect $B ] } - Return [ bool ] } Method [ public method Intersect ] { - Parameters [2] { Parameter #0 [ SDL_Rect $B ] Parameter #1 [ ?SDL_Rect &$result ] } - Return [ bool ] } Method [ public method Union ] { - Parameters [2] { Parameter #0 [ SDL_Rect $B ] Parameter #1 [ ?SDL_Rect &$result ] } - Return [ void ] } Method [ public method IntersectLine ] { - Parameters [4] { Parameter #0 [ int &$X1 ] Parameter #1 [ int &$Y1 ] Parameter #2 [ int &$X2 ] Parameter #3 [ int &$Y2 ] } - Return [ bool ] } } } Class [ class SDL_FRect implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ public float $x ] Property [ public float $y ] Property [ public float $w ] Property [ public float $h ] } - Methods [5] { Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ float $x ] Parameter #1 [ float $y ] Parameter #2 [ float $w ] Parameter #3 [ float $h ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method Empty ] { - Parameters [0] { } - Return [ bool ] } Method [ public method HasIntersection ] { - Parameters [1] { Parameter #0 [ SDL_FRect $B ] } - Return [ bool ] } Method [ public method Intersect ] { - Parameters [2] { Parameter #0 [ SDL_FRect $B ] Parameter #1 [ ?SDL_FRect &$result ] } - Return [ bool ] } } } Class [ class SDL_Point implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ public int $x ] Property [ public int $y ] } - Methods [2] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ int $x ] Parameter #1 [ int $y ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class SDL_FPoint implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ public float $x ] Property [ public float $y ] } - Methods [2] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ float $x ] Parameter #1 [ float $y ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class SDL_RWops implements Stringable ] { - 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 = 0 ] } - Methods [23] { Method [ public method __construct ] { - Parameters [0] { } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } 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 implements Stringable ] { - 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 = 0 ] Property [ public $colorKey = 0 ] Property [ public $binarizationCutoff = 0 ] } - Methods [2] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $mode ] Parameter #1 [ $parameter ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class SDL_Surface implements Stringable ] { - 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 [7] { Property [ public $flags = 0 ] Property [ public $w = 0 ] Property [ public $h = 0 ] Property [ public $pitch = 0 ] Property [ public $format = NULL ] Property [ public $clip_rect = NULL ] Property [ public $pixels = NULL ] } - 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] { } - Return [ string ] } 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 $srcrect ] Parameter #1 [ SDL_Surface $dst ] Parameter #2 [ ?SDL_rect &$dstrect = ] } } Method [ public method UpperBlit ] { - Parameters [3] { Parameter #0 [ ?SDL_rect $srcrect ] Parameter #1 [ SDL_Surface $dst ] Parameter #2 [ ?SDL_rect &$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 $srcrect ] Parameter #1 [ SDL_Surface $dst ] Parameter #2 [ ?SDL_rect &$dstrect = ] } } Method [ public method UpperBlitScaled ] { - Parameters [3] { Parameter #0 [ ?SDL_rect $srcrect ] Parameter #1 [ SDL_Surface $dst ] Parameter #2 [ ?SDL_rect &$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 $srcrect ] Parameter #1 [ SDL_Surface $dst ] Parameter #2 [ ?SDL_rect &$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 implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ public $format = 0 ] Property [ public $w = 0 ] Property [ public $h = 0 ] Property [ public $refresh_rate = 0 ] } - 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] { } - Return [ string ] } } } Class [ class SDL_Window implements Stringable ] { - 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 = 0 ] Property [ public $flags = 0 ] Property [ public $x = 0 ] Property [ public $y = 0 ] Property [ public $w = 0 ] Property [ public $h = 0 ] Property [ public $title = NULL ] } - 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] { } - Return [ string ] } 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 ] } } } } Class [ class SDL_Joystick ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } } }