struct SDL::Point

Defined in:

rect.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

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

[View source]

Instance Method Detail

def x : Int32 #

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

[View source]
def y : Int32 #

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

[View source]

Macro Detail

macro [](x, y) #

[View source]