Example #1
0
 def get_screen_height(self):
     ycoord = lib_event.get_screen_resolution()[1]
     return ycoord
Example #2
0
 def get_screen_height(self):
     ycoord = lib_event.get_screen_resolution()[1]
     return ycoord
Example #3
0
 def get_screen_width(self):
     xcoord = lib_event.get_screen_resolution()[0]
     return xcoord
Example #4
0
 def get_screen_width(self):
     xcoord = lib_event.get_screen_resolution()[0]
     return xcoord