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