Initializes a new instance of the
KeyTrigger class
Namespace: DeltaEngine.InputAssembly: DeltaEngine.Input (in DeltaEngine.Input.dll) Version: 1.1.1.0 (1.1.1)
public KeyTrigger(
Key key,
State state = State.Pressing
)
public KeyTrigger(
Key key,
State state = State.Pressing
)
Public Sub New (
key As Key,
Optional state As State = State.Pressing
)
Public Sub New (
key As Key,
Optional state As State = State.Pressing
)
public:
KeyTrigger(
Key key,
State state = State::Pressing
)
public:
KeyTrigger(
Key key,
State state = State::Pressing
)
new :
key : Key *
?state : State
(* Defaults:
let _state = defaultArg state State.Pressing
*)
-> KeyTrigger
new :
key : Key *
?state : State
(* Defaults:
let _state = defaultArg state State.Pressing
*)
-> KeyTrigger