diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 SDL version 2.6.0 ] { +Extension [ <persistent> extension #119 SDL version 2.7.0 ] { - Constants [738] { Constant [ int SDL_BLENDMODE_NONE ] { 0 } @@ -716,11 +716,11 @@ Extension [ <persistent> extension #120 SDL version 2.6.0 ] { Constant [ int SDL_PREALLOC ] { 1 } Constant [ int SDL_RLEACCEL ] { 2 } Constant [ int SDL_DONTFREE ] { 4 } - Constant [ int SDL_COMPILEDVERSION ] { 2020 } + Constant [ int SDL_COMPILEDVERSION ] { 2022 } Constant [ int SDL_MAJOR_VERSION ] { 2 } Constant [ int SDL_MINOR_VERSION ] { 0 } - Constant [ int SDL_PATCHLEVEL ] { 20 } - Constant [ string SDL_REVISION ] { @21791b5012198ae204842be1197e9a0b915f4aaa } + 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 } @@ -1064,7 +1064,7 @@ Extension [ <persistent> extension #120 SDL version 2.6.0 ] { - Parameters [0] { } } - Function [ <internal:SDL> function SDL_GetRevisionNumber ] { + Function [ <internal, deprecated:SDL> function SDL_GetRevisionNumber ] { - Parameters [0] { } @@ -1953,9 +1953,8 @@ Extension [ <persistent> extension #120 SDL version 2.6.0 ] { } Function [ <internal:SDL> function SDL_GetKeyboardState ] { - - Parameters [2] { - Parameter #0 [ <optional> &$numkeys = <default> ] - Parameter #1 [ <optional> $allkeys = <default> ] + - Parameters [1] { + Parameter #0 [ <optional> ?int &$numkeys = <default> ] } } Function [ <internal:SDL> function SDL_GetModState ] { |