pywinauto_recorder.player.ButtonLocation

class pywinauto_recorder.player.ButtonLocation(value)[source]

Bases: Enum

The ButtonLocation class is an enumeration of the different locations of the mouse buttons.

Attributes

left

Left mouse button.

middle

Middle mouse button.

right

Right mouse button.

left = 0

Left mouse button.

middle = 1

Middle mouse button.

right = 2

Right mouse button.