class Buzzle::View
- Buzzle::View
- Reference
- Object
Direct Known Subclasses
Defined in:
buzzle/view.crConstructors
Instance Method Summary
- #height : Int32
- #viewable?(x, y, width, height, view_x, view_y)
- #viewable?(obj : Obj, view_x, view_y)
- #width : Int32
- #x : Int32
- #y : Int32
Constructor Detail
def self.new(x : Int32, y : Int32, width : Int32, height : Int32, view_x : Int32 = 0, view_y : Int32 = 0)
#