ImageMouseCursor
(image, hot_x=0, hot_y=0)¶A user-defined mouse cursor created from an image.
Use this class to create your own mouse cursors and assign them to windows. There are no constraints on the image size or format.
Constructor:
__init__
(image, hot_x=0, hot_y=0)¶Create a mouse cursor from an image.
Parameters: |
|
---|
Methods:
draw
(x, y)
Attributes: