Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
nes-cr
master
Bool
Cnrom
Color
ControlPad
Button
Cpu
CpuMemory
CpuRam
Instruction
Mapper
Nes
Nrom
Ppu
PpuMemory
Rom
Unrom
VRam
Built with Crystal 1.9.2
2023-10-08 07:13:48 UTC
class
ControlPad
ControlPad
Reference
Object
Defined in:
control_pad.cr
Constructors
.new
Instance Method Summary
#press
(which : Button)
#read
: UInt8
#release
(which : Button)
#set
(which : Button, pressed : Bool)
#write
(value : UInt8)
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
def
press
(which :
Button
)
#
[
View source
]
def
read
: UInt8
#
[
View source
]
def
release
(which :
Button
)
#
[
View source
]
def
set
(which :
Button
, pressed :
Bool
)
#
[
View source
]
def
write
(value : UInt8)
#
[
View source
]