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