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