Handling the mouse
==================

The package :mod:`pynput.mouse` contains classes for controlling and monitoring
the mouse.


.. include:: ./mouse-usage.rst


Reference
---------

.. autoclass:: pynput.mouse.Controller
    :members:

.. autoclass:: pynput.mouse.Listener
    :members: __init__, running, start, stop, wait
