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

Whether Control was held during the pointer event.

if e.control:
print("Control pointer action")