wijjit.terminal.mouse.MouseEventType

class wijjit.terminal.mouse.MouseEventType(*values)[source]

Types of mouse events.

These represent high-level mouse event types that can be generated from ANSI mouse sequences.

__init__(*args, **kwds)

Attributes

PRESS

RELEASE

DRAG

MOVE

SCROLL

CLICK

DOUBLE_CLICK

PRESS = 'press'
RELEASE = 'release'
DRAG = 'drag'
MOVE = 'move'
SCROLL = 'scroll'
CLICK = 'click'
DOUBLE_CLICK = 'double_click'