Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
bench
master
Bench
Allegro
Animation
Animations
BenchObj
FPSDisplay
GameScene
Keys
Main
Map
Mouse
Scene
SceneManager
Tile
Generated using Crystal 1.14.0
2024-11-26 09:00:26 UTC
class
Bench::
Mouse
Bench::Mouse
Reference
Object
Defined in:
bench/mouse.cr
Constructors
.new
(x : Int32, y : Int32)
.new
Instance Method Summary
#x
: Int32
#x=
(x : Int32)
#y
: Int32
#y=
(y : Int32)
Constructor Detail
def self.
new
(x : Int32, y : Int32)
#
[
View source
]
def self.
new
#
[
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
]