Method IncrementEventsAndSetCurrentInputData
IncrementEventsAndSetCurrentInputData(IntPtr, IntPtr)
Save the input data with any event counters incremented by the counter from the last stored input in the command buffer for the current tick. See InputEvent.
Declaration
void IncrementEventsAndSetCurrentInputData(IntPtr lastInputBufferDataPtr, IntPtr inputPtr)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | lastInputBufferDataPtr | Pointer to the last command data in the buffer |
IntPtr | inputPtr | Pointer to input data to be saved in this command data |