mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Make WindowPos
public
This commit is contained in:
parent
b4dc3039fc
commit
572e891c9a
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