exch-bms2 / beatoraja

Cross-platform rhythm game based on Java and libGDX.
GNU General Public License v3.0
631 stars 147 forks source link

configuration app : resolution list not refresh when move in sub-display #565

Open tbstk opened 3 years ago

tbstk commented 3 years ago

display config : main : MacBook Pro 16 inch (1792 x 1120 (retina)) sub : 24 inch 144Hz Full HD (1920 x 1080 (native))

main-display resolution is retina display, so resolution list contains limit to 'WSXGAPLUS (1680 x 1050)'. and sub-display is Full HD, so resolution list expected value is '1920 x 1080'. but resolution list is not refresh when configuration app move to sub-display.

tbstk commented 3 years ago

// 日本語 // メインディスプレイがWindowsでいうスケーリング設定をして1792 x 1120のディスプレイ サブがフルHDのディスプレイを使用してます

メインディスプレイの解像度を読み取って解像度リストを作ってるように見えますが、サブディスプレイに移動しても解像度リストが更新されません

SackMagiclight commented 3 years ago

@tbstk これは現段階ではLWJGL2に依存する仕様です FYI: https://github.com/exch-bms2/beatoraja/issues/528#issuecomment-626337442