Start of the Window Management Tool

This commit is contained in:
Speiger 2024-05-01 15:09:28 +02:00
parent 8333e832a2
commit fea2b5ea22
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
package speiger.src.coreengine.rendering.input.window;
import org.lwjgl.system.Callback;
import speiger.src.collections.longs.maps.interfaces.Long2ObjectMap;
public class WindowManager {
Long2ObjectMap<Monitor> monitors;
Callback monitorTracker;
public void initialize() {
}
}