Class WindowConfig
java.lang.Object
dev.prozilla.pine.core.state.config.WindowConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ConfigOption<Boolean> final ConfigOption<Boolean> Defaults totrue.final ConfigOption<Boolean> Defaults tofalse.final ConfigOption<Integer> Height of the window.final ConfigOption<String[]> final ConfigOption<Boolean> Whether the window will have window decorations such as a border, a close widget, etc.final ConfigOption<String> Title of the window.final ConfigOption<Integer> Width of the window. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
WIDTH
-
HEIGHT
-
TITLE
-
ICON
-
SHOW_DECORATIONS
-
FULLSCREEN
-
ENABLE_VSYNC
-
ENABLE_TOGGLE_FULLSCREEN
-
width
Width of the window. Defaults to900. -
height
Height of the window. Defaults to600. -
title
Title of the window. Defaults to"Untitled". -
icon
-
showDecorations
Whether the window will have window decorations such as a border, a close widget, etc. Defaults totrue. -
fullscreen
Defaults tofalse. -
enableVSync
Defaults totrue. -
enableToggleFullscreen
-
-
Constructor Details
-
WindowConfig
public WindowConfig()
-