Package libavg :: Module eventList :: Class EventCursor

Class EventCursor

source code


Instance Methods
 
__init__(self, event)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
update(self, event) source code
 
getSpeed(self) source code
 
getCursorID(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

    Inherited from Cursor
 
__unicode__(self) source code
 
getDelta(self) source code
 
getPos(self) source code
 
getStartPos(self) source code
 
getX(self) source code
 
getY(self) source code
 
resetMotion(self) source code
 
setPos(self, newPos) source code
Properties

Inherited from object: __class__

    Inherited from Cursor
  x
  y
Method Details

__init__(self, event)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)