Start of the Window Management Tool
This commit is contained in:
parent
8333e832a2
commit
fea2b5ea22
|
@ -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() {
|
||||
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue