company logo

KeyInput :: released - Key has been released

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 released state
    bool KeyInput  :: released (  )
  2. to list
  3. Set released state
    bool KeyInput  :: released ( bool bState )
    • bState - State of function return

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

  4. to list