mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-03 18:37:40 +00:00
Added property types: pointer, string, number, float
This commit is contained in:
parent
7c80ac6df7
commit
0907f345cb
28 changed files with 737 additions and 152 deletions
|
@ -956,6 +956,14 @@ SDL3_0.0.0 {
|
|||
SDL_GetPenName;
|
||||
SDL_GetPenCapabilities;
|
||||
SDL_GetPenType;
|
||||
SDL_SetStringProperty;
|
||||
SDL_SetNumberProperty;
|
||||
SDL_SetFloatProperty;
|
||||
SDL_GetPropertyType;
|
||||
SDL_GetStringProperty;
|
||||
SDL_GetNumberProperty;
|
||||
SDL_GetFloatProperty;
|
||||
SDL_EnumerateProperties;
|
||||
# extra symbols go here (don't modify this line)
|
||||
local: *;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue