DisplayMode
DisplayMode (디스플레이 모드)
GraphicsDevice의 비트 깊이, 높이, 너비, 주사율(refresh rate)을 담는 클래스입니다.
본문
public final class DisplayMode extends Object
그래픽 장치의 디스플레이 모드를 바꾸는 기능은 플랫폼과 구성에 따라 달라지며 항상 가능한 것은 아닙니다(GraphicsDevice.isDisplayChangeSupported() 참고).
전체 화면 독점 모드(exclusive mode) API에 대한 자세한 내용은 Full-Screen Exclusive Mode API 튜토리얼을 참고하세요.