class Buzzle::View

Direct Known Subclasses

Defined in:

buzzle/view.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x : Int32, y : Int32, width : Int32, height : Int32, view_x : Int32 = 0, view_y : Int32 = 0) #

[View source]

Instance Method Detail

def height : Int32 #

[View source]
def viewable?(x, y, width, height, view_x, view_y) #

[View source]
def viewable?(obj : Obj, view_x, view_y) #

[View source]
def width : Int32 #

[View source]
def x : Int32 #

[View source]
def y : Int32 #

[View source]