void SetExtendedKey(bool v = true);
SetExtendedKey sets the state of the Extended key (pressed/unpressed).
Parameters |
Description |
bool v = true |
Boolean flag which is used to set the state of the key. A value of true sets the state as pressed, and false as unpressed. |