TM::InputEventBuffer::RemoveAt Method
Removes the range of inputs starting at the specified index and spanning the specified count.
Syntax
void TM::InputEventBuffer::RemoveAt(
uint index,
uint count = 1
)
Parameters
uint index
uint count = 1
Return value
None.
Remarks
None.