struct
Eagle::Platform::WindowConfig
- Eagle::Platform::WindowConfig
- Struct
- Value
- Object
Overview
Window settings passed to a backend when it opens. Config fills this in.
Defined in:
eagle/platform/base.crConstructors
-
.new
Creates the default config.
Instance Method Summary
-
#fullscreen : Bool
Start fullscreen.
-
#fullscreen=(fullscreen : Bool)
Start fullscreen.
-
#height : Int32
Height in logical points.
-
#height=(height : Int32)
Height in logical points.
-
#hidden : Bool
Start hidden.
-
#hidden=(hidden : Bool)
Start hidden.
-
#highdpi : Bool
Use full resolution on high-DPI screens.
-
#highdpi=(highdpi : Bool)
Use full resolution on high-DPI screens.
-
#msaa : Int32
Multisample count.
-
#msaa=(msaa : Int32)
Multisample count.
-
#resizable : Bool
Whether the window can be resized.
-
#resizable=(resizable : Bool)
Whether the window can be resized.
-
#title : String
Window title.
-
#title=(title : String)
Window title.
-
#vsync : Bool
Sync to the display refresh.
-
#vsync=(vsync : Bool)
Sync to the display refresh.
-
#width : Int32
Width in logical points.
-
#width=(width : Int32)
Width in logical points.