class Cride::Editor::Position

Defined in:

editor/position.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(cursor_x : Int32 = 0, cursor_y : Int32 = 0, page_x : Int32 = 0, page_y : Int32 = 0) #

[View source]

Instance Method Detail

def absolute_x : Int32 #

[View source]
def absolute_y : Int32 #

[View source]
def cursor_x : Int32 #

[View source]
def cursor_x=(cursor_x : Int32) : Int32 #

[View source]
def cursor_y : Int32 #

[View source]
def cursor_y=(cursor_y : Int32) : Int32 #

[View source]
def page_x : Int32 #

[View source]
def page_x=(page_x : Int32) : Int32 #

[View source]
def page_y : Int32 #

[View source]
def page_y=(page_y : Int32) : Int32 #

[View source]
def reset_x : Nil #

[View source]
def reset_y : Nil #

[View source]