JMUD7T3OJTEF5V73Y2B2GSVUBNBSJFRJPZNREBE5E4BV3IG6SJLQC -- operations on the LÖVE window within the monitor/displayfunction App.screen.resize(width, height, flags)App.screen.width = widthApp.screen.height = heightApp.screen.flags = flagsendfunction App.screen.size()return App.screen.width, App.screen.height, App.screen.flagsendfunction App.screen.move(x,y, displayindex)App.screen.x = xApp.screen.y = yApp.screen.displayindex = displayindexendfunction App.screen.position()return App.screen.x, App.screen.y, App.screen.displayindexend