struct Termbox::Position

Overview

A position is a simple coordinate

Defined in:

termbox/position.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def new_transform(x : Int32, y : Int32) #

[View source]
def x : Int32 #

[View source]
def y : Int32 #

[View source]