예제 #1
0
파일: event.py 프로젝트: chrox/psychopy
 def getVisible(self):
     """Gets the visibility of the mouse (1 or 0)
     """
     if usePygame:
         return mouse.get_visible()
     else:
         print "Getting the mouse visibility is not supported under pyglet, but you can set it anyway"
예제 #2
0
 def getVisible(self):
     """Gets the visibility of the mouse (1 or 0)
     """
     if usePygame: 
         return mouse.get_visible()
     else: 
         print("Getting the mouse visibility is not supported under pyglet, but you can set it anyway")