void SetCapsToggled(bool v = true);
SetsCapsToggled sets the state of Caps lock key.
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 toggled and false as not toggled. |