Add WindowManager class, get window drawing to screen and create all capabilities. this is the rest of the previous commit because im dumb

This commit is contained in:
Sebastian Cabrera 2023-05-26 12:11:15 -04:00
parent 402e4e4bb7
commit 5c9ef20e6b
3 changed files with 182 additions and 1 deletions

View file

@ -0,0 +1,8 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="AutoCloseableResource" enabled="true" level="WARNING" enabled_by_default="true">
<option name="METHOD_MATCHER_CONFIG" value="java.util.Formatter,format,java.io.Writer,append,com.google.common.base.Preconditions,checkNotNull,org.hibernate.Session,close,java.io.PrintWriter,printf,java.io.PrintStream,printf,org.lwjgl.glfw.GLFW,glfwSetFramebufferSizeCallback" />
</inspection_tool>
</profile>
</component>