get_key


Description:

public void get_key (uint index, out uint keyval, out ModifierType modifiers)

If index_ has a valid keyval, this function will return true and fill in keyval and modifiers with the keyval settings.

Parameters:

this

a Device.

keyval

return value for the keyval.

modifiers

return value for modifiers.

index_

the index of the macro button to get.

Returns:

true if keyval is set for index.