Method DecrementEventsAndAssignToInput
DecrementEventsAndAssignToInput(IntPtr, IntPtr)
Take the stored input data we have and copy to the given input data pointed to. Decrement any event counters by the counter value in the previous command buffer data element.
Declaration
void DecrementEventsAndAssignToInput(IntPtr prevInputBufferDataPtr, IntPtr inputPtr)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | prevInputBufferDataPtr | Command data from the previous tick |
IntPtr | inputPtr | Our stored input data will be copied over to this location |