DeviceIsButtonDown Method  | 
 
            Gets whether or not a button is currently being pressed.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic bool IsButtonDown()
Public Function IsButtonDown As Boolean
public:
bool IsButtonDown()
member IsButtonDown : unit -> bool 
Return Value
Type: 
BooleanWhether or not a button is currently being pressed.
See Also