How to get monitor/display resolution
问题 As you know, monitors and displays are manufactured with some resolution. I need to get monitor/display resolution. I don't mean resolution of game window/fullscreen, I mean physical resolution of monitor/display. I need it to work both on Android and Windows. EDIT : I just found what i'm looking for is called NATIVE RESOLUTION 回答1: Looks like i found solution. @Draco18s pointed to Screen class but what i'm looking for is called Display. Display class allows me to get native size of monitor