mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Merge pull request #1773 from disarray2077/patch-11
Make `WindowPos` public
This commit is contained in:
commit
4acfd7b735
1 changed files with 1 additions and 1 deletions
|
@ -625,7 +625,7 @@ namespace SDL2
|
|||
ResizeLeft
|
||||
}
|
||||
|
||||
struct WindowPos : int32
|
||||
public struct WindowPos : int32
|
||||
{
|
||||
public const WindowPos Undefined = 0x1FFF0000;
|
||||
public const WindowPos Centered = 0x2FFF0000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue