Returns true if this enum value contains PrimaryClick
TUI::MouseStatus
Inherits Enum < Comparable < Value < Object
Constants
PrimaryClick = 1
PrimaryDoubleClick = 2
PrimaryTripleClick = 4
PrimaryPress = 8
PrimaryRelease = 16
MiddleClick = 32
MiddleDoubleClick = 64
MiddleTripleClick = 128
MiddlePress = 256
MiddleRelease = 512
ScrollUp = 1024
ScrollDown = 2048
SecondaryClick = 4096
SecondaryDoubleClick = 8192
SecondaryTripleClick = 16384
SecondaryPress = 32768
SecondaryRelease = 65536
Position = 131072
None = 0
All = 262143
Instance methods
none?
Source