Add HIDDEN window mode

This commit is contained in:
JeremyStar™ 2024-07-21 16:43:13 +02:00
parent de0d5cb8a8
commit 56743e9bf0
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -26,6 +26,13 @@ package de.staropensource.sosengine.graphics.types;
*/
@SuppressWarnings({ "unused" })
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.
*