Dialog::GetIgnoreKeyCode
Defined in:
Returns the key code that triggers the ignore button.
C4Dialog.h
Prototype
uint32 GetIgnoreKeyCode(void) const;
Description
The GetIgnoreKeyCode
function returns the key code that causes the ignore button to be triggered. This key code is zero by default, meaning that no key triggers the ignore button.
See Also