Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tui-engine
master
Events
Action
Base
Bump
Event
EventHandler
Key
Message
Tick
Maps
Base
Box
Circle
Confirm
Frame
Input
Line
Scrolling
Sprite
Text
TuiEngine
Generated using Crystal 1.10.1
2024-05-05 07:40:51 UTC
class
Events::
Bump
Events::Bump
Events::Base
Reference
Object
Defined in:
events/bump.cr
Constructors
.new
(dir : String, x : Int32, y : Int32)
Instance Method Summary
#dir
: String
#dir=
(dir : String)
#x
: Int32
#x=
(x : Int32)
#y
: Int32
#y=
(y : Int32)
Constructor Detail
def self.
new
(dir : String, x : Int32, y : Int32)
#
[
View source
]
Instance Method Detail
def
dir
: String
#
[
View source
]
def
dir=
(dir : String)
#
[
View source
]
def
x
: Int32
#
[
View source
]
def
x=
(x : Int32)
#
[
View source
]
def
y
: Int32
#
[
View source
]
def
y=
(y : Int32)
#
[
View source
]