struct ImGuiDemo::KeyLayoutData

Defined in:

demo.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(row : Int32, col : Int32, label : String, key : ImGuiKey) #

[View source]

Instance Method Detail

def clone #

[View source]
def col : Int32 #

def copy_with(row _row = @row, col _col = @col, label _label = @label, key _key = @key) #

[View source]
def key : ImGuiKey #

def label : String #

def row : Int32 #