Show / Hide Table of Contents

    Class WaitKey

    Waits until the given key is pressed.

    Inheritance
    Object
    WaitWhile
    WaitUntil
    WaitKey
    Implements
    ICommandAction
    Inherited Members
    WaitWhile.IsFinished
    WaitWhile.StartsIdle
    WaitWhile.Start(ActionContext)
    WaitWhile.Finalize(ActionContext)
    Namespace: QFSW.QC.Actions
    Assembly: QFSW.QC.dll
    Syntax
    public class WaitKey : WaitUntil, ICommandAction

    Constructors

    WaitKey(KeyCode)

    Declaration
    public WaitKey(KeyCode key)
    Parameters
    Type Name Description
    KeyCode key

    The key to wait for.

    Implements

    ICommandAction

    Extension Methods

    ArraySingleExtensions.AsArraySingle<T>(T)
    CollectionExtensions.Yield<T>(T)
    Quantum Console by QFSW
    Back to top