klyn.gui.event.MouseEvent.alt
property
public readonly property alt as Boolean
Description

Whether Alt was held during the pointer event.

if e.alt:
print("Alt pointer action")