Add HIDDEN window mode
This commit is contained in:
parent
de0d5cb8a8
commit
56743e9bf0
1 changed files with 7 additions and 0 deletions
|
@ -26,6 +26,13 @@ package de.staropensource.sosengine.graphics.types;
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings({ "unused" })
|
@SuppressWarnings({ "unused" })
|
||||||
public enum WindowMode {
|
public enum WindowMode {
|
||||||
|
/**
|
||||||
|
* Makes the window invisible and unable to be interacted with.
|
||||||
|
*
|
||||||
|
* @since v1-alpha2
|
||||||
|
*/
|
||||||
|
HIDDEN,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Makes the window able to be dragged around.
|
* Makes the window able to be dragged around.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue