class Escapist::LastCursor

Defined in:

escapist/cursor.cr

Constant Summary

InitialAlpha = 125
InitialSize = 0.69
OutlineThickness = 4
RemoveDuration = 500.milliseconds
Size = 128

Constructors

Instance Method Summary

Constructor Detail

def self.new(col : Float32 | Int32 = 0, row : Float32 | Int32 = 0) #

[View source]

Instance Method Detail

def col : Float32 | Int32 #

[View source]
def done?(*args, **options) #

[View source]
def done?(*args, **options, &) #

[View source]
def draw(window) #

[View source]
def remove_timer : Timer #

[View source]
def row : Float32 | Int32 #

[View source]
def size #

[View source]
def x #

[View source]
def y #

[View source]