company logo

KeyInput :: alt - Alt modifier

The property is true, when the Alt key has been pressed together with the key, and false otherwise.

Return value:  State of function return ( bool  )

A State true indicates, that the function was executed successfully. Otherwise state is false.

Implementation overview

Implementation details

  1. Get alt modifier
    bool KeyInput  :: alt (  )
  2. to list
  3. Set alt modifier
    bool KeyInput  :: alt ( bool bState )

    The function sets the alt modifier to the value passed in bState.

    • bState - State of function return

      A State true indicates, that the function was executed successfully. Otherwise state is false.

  4. to list