class GBA::Keypad

Defined in:

crab/gba/keypad.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(gba : GBA) #

[View source]

Instance Method Detail

def [](io_addr : UInt32) : UInt8 #

[View source]
def []=(io_addr : UInt32, value : UInt8) : Nil #

[View source]
def handle_input(input : Input, pressed : Bool) : Nil #

[View source]
def handle_keypad_event(event : SDL::Event) : Nil #

[View source]