mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 07:15:59 +02:00
Lost changes
This commit is contained in:
parent
e6c4a95ccd
commit
8e9d7ed4c4
56 changed files with 1579 additions and 794 deletions
|
@ -746,7 +746,7 @@ namespace SDL2
|
|||
public static extern int32 GetDisplayMode(int32 displayIndex, int32 modeIndex, out SDL_DisplayMode mode);
|
||||
|
||||
/* Available in 2.0.5 or higher */
|
||||
[LinkName("SDL_GetDisplayMode")]
|
||||
[LinkName("SDL_GetDisplayUsableBounds")]
|
||||
public static extern int SDL_GetDisplayUsableBounds(int displayIndex, out Rect rect);
|
||||
|
||||
[LinkName("SDL_GetNumDisplayModes")]
|
||||
|
|
|
@ -315,4 +315,4 @@ namespace SDL2
|
|||
int index
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue