KeyInput :: shift - Shift modifier
The property is true, when the shift key has been pressed together with the key, and false otherwise. The property is also true, when shift lock has been activated before.
Return value: State of function return ( bool )
A State true indicates, that the function was executed successfully. Otherwise state is false.
Implementation overview
- Get shift modifier
KeyInput :: shift (  ) - Set shift modifier
KeyInput :: shift ( bState )