struct TUI::Event::Resize

Defined in:

tui/event/resize.cr

Constructors

Instance Method Summary

Instance methods inherited from struct TUI::Event

time time

Constructor methods inherited from struct TUI::Event

new new

Constructor Detail

def self.new(w : Int32, h : Int32) #

[View source]
def self.new(s : Tuple(Int32, Int32)) #

[View source]

Instance Method Detail

def height #

[View source]
def size : {Int32, Int32} #

[View source]
def size=(new_s : Tuple(Int32, Int32)) #

[View source]
def width #

[View source]