Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit828962b

Browse files
committed
Generated dynapi
1 parent718ddb4 commit828962b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

‎src/dynapi/SDL_dynapi.sym‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,6 +1270,7 @@ SDL3_0.0.0 {
12701270
SDL_RotateSurface;
12711271
SDL_LoadSurface_IO;
12721272
SDL_LoadSurface;
1273+
SDL_SetWindowMousePassthrough;
12731274
# extra symbols go here (don't modify this line)
12741275
local: *;
12751276
};

‎src/dynapi/SDL_dynapi_overrides.h‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,3 +1296,4 @@
12961296
#defineSDL_RotateSurface SDL_RotateSurface_REAL
12971297
#defineSDL_LoadSurface_IO SDL_LoadSurface_IO_REAL
12981298
#defineSDL_LoadSurface SDL_LoadSurface_REAL
1299+
#defineSDL_SetWindowMousePassthrough SDL_SetWindowMousePassthrough_REAL

‎src/dynapi/SDL_dynapi_procs.h‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,3 +1304,4 @@ SDL_DYNAPI_PROC(SDL_Cursor*,SDL_CreateAnimatedCursor,(SDL_CursorFrameInfo *a,int
13041304
SDL_DYNAPI_PROC(SDL_Surface*,SDL_RotateSurface,(SDL_Surface*a,floatb),(a,b),return)
13051305
SDL_DYNAPI_PROC(SDL_Surface*,SDL_LoadSurface_IO,(SDL_IOStream*a,boolb),(a,b),return)
13061306
SDL_DYNAPI_PROC(SDL_Surface*,SDL_LoadSurface,(constchar*a),(a),return)
1307+
SDL_DYNAPI_PROC(void,SDL_SetWindowMousePassthrough,(SDL_Window*a,boolb),(a,b),)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp