fireRightClick property

dynamic get fireRightClick

Indicates if the canvas can fire right click events @since 1.6.5 @default

Implementation

external dynamic /*bool|dynamic*/ get fireRightClick;
set fireRightClick (dynamic v)

Implementation

external set fireRightClick(dynamic /*bool|dynamic*/ v);