Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は単純な LWJGL プログラムを作成しており、ウィンドウの幅と高さを使用できるようにしたいと考えています。私は今それを行うことができDisplay.getDisplayMode().getWidth()ますDisplay.getWidth()
Display.getDisplayMode().getWidth()
Display.getWidth()
だから私の質問は、なぜこれが起こっているのか、それを使用するには何を変更する必要があるのか ですDisplay.getWidth();
Display.getWidth();