class ControlPad

Defined in:

control_pad.cr

Constructors

Instance Method Summary

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]