MouseButton

class MouseButton

Bases: pybind11_object

Class that defines mouse button identifiers.

Methods

__init__

Inherited Methods

Operators

__doc__

__init__

__module__

Attributes

__annotations__

button1

button2

button3

none

class MouseButtonType(self, value: int)

Bases: pybind11_object

Values:

  • button1: Mouse left button.

  • button2: Mouse middle button, or roll.

  • button3: Mouse right button.

  • none: No button.

__and__(self, other: object) object
__eq__(self, other: object) bool
__ge__(self, other: object) bool
__getstate__(self) int
__gt__(self, other: object) bool
__hash__(self) int
__index__(self) int
__init__(self, value: int)
__int__(self) int
__invert__(self) object
__le__(self, other: object) bool
__lt__(self, other: object) bool
__ne__(self, other: object) bool
__or__(self, other: object) object
__rand__(self, other: object) object
__ror__(self, other: object) object
__rxor__(self, other: object) object
__setstate__(self, state: int) None
__xor__(self, other: object) object
property name : str
__init__(*args, **kwargs)