Namespace: DeltaEngine.InputAssembly: DeltaEngine.Input (in DeltaEngine.Input.dll) Version: 1.1.1.0 (1.1.1)
public static State UpdateOnNativePressing(
this State currentState,
bool isNativePressing
)
public static State UpdateOnNativePressing(
this State currentState,
bool isNativePressing
)
<ExtensionAttribute>
Public Shared Function UpdateOnNativePressing (
currentState As State,
isNativePressing As Boolean
) As State
<ExtensionAttribute>
Public Shared Function UpdateOnNativePressing (
currentState As State,
isNativePressing As Boolean
) As State
public:
[ExtensionAttribute]
static State UpdateOnNativePressing(
State currentState,
bool isNativePressing
)
public:
[ExtensionAttribute]
static State UpdateOnNativePressing(
State currentState,
bool isNativePressing
)
static member UpdateOnNativePressing :
currentState : State *
isNativePressing : bool -> State
static member UpdateOnNativePressing :
currentState : State *
isNativePressing : bool -> State
Return Value
Type:
StateUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
State. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).