class TextUi::MouseEvent

Defined in:

textui/event.cr

Constructors

Instance Method Summary

Instance methods inherited from class TextUi::Event

accept accept, accepted? : Bool accepted?

Constructor Detail

def self.new(x : Int32, y : Int32, key : UInt16) #

[View source]

Instance Method Detail

def key : UInt16 #

[View source]
def left? #

[View source]
def middle? #

[View source]
def release? #

[View source]
def right? #

[View source]
def wheel_down? #

[View source]
def wheel_up? #

[View source]
def x : Int32 #

[View source]
def y : Int32 #

[View source]