def get_screen_height(self): ycoord = lib_event.get_screen_resolution()[1] return ycoord
def get_screen_width(self): xcoord = lib_event.get_screen_resolution()[0] return xcoord