enum Scheduler::EventType

Defined in:

cryboy/scheduler.cr

Enum Members

APU = 0
APUChannel1 = 1
APUChannel2 = 2
APUChannel3 = 3
APUChannel4 = 4
IME = 5
HandleInput = 6

Instance Method Summary

Instance Method Detail

def apu? #

[View source]
def apu_channel1? #

[View source]
def apu_channel2? #

[View source]
def apu_channel3? #

[View source]
def apu_channel4? #

[View source]
def handle_input? #

[View source]
def ime? #

[View source]