get_key
Description:
[ Version ( since = "1.6" ) ]
public bool get_key (uint index_, out uint keyval, out ModifierType modifiers)
public bool get_key (uint index_, out uint keyval, out ModifierType modifiers)
Retrieves the key set using set_key
Parameters:
| this | |
| index_ |
the index of the key |
| keyval |
return location for the keyval at |
| modifiers |
return location for the modifiers at |
Returns:
|
|