DInputHelper.ButtonAny Method

Language:

Any button. This is a function that takes a button number as its argument.

Definition

Visual Basic Public Shared Function ButtonAny( _
    ByVal instance As Integer _
) As Integer
C# public static int ButtonAny(
    int instance
);
C++ public:
static int ButtonAny(
    int instance
);
JScript public static function ButtonAny(
    instance : int
) : int;

Parameters

instance System.Int32

Return Value

System.Int32


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center