IGameControllerInputSink.OnInputSuspended(UInt64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event raised when input for the controller is suspended.
public:
void OnInputSuspended(unsigned long long timestamp);
void OnInputSuspended(uint64_t const& timestamp);
public void OnInputSuspended(ulong timestamp);
function onInputSuspended(timestamp)
Public Sub OnInputSuspended (timestamp As ULong)
Parameters
- timestamp
-
UInt64
unsigned long long
uint64_t
Timestamp of the event.