IGameControllerInputSink.OnInputResumed(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 resumed.
public:
void OnInputResumed(unsigned long long timestamp);
void OnInputResumed(uint64_t const& timestamp);
public void OnInputResumed(ulong timestamp);
function onInputResumed(timestamp)
Public Sub OnInputResumed (timestamp As ULong)
Parameters
- timestamp
-
UInt64
unsigned long long
uint64_t
Timestamp for the event.