Documentation Topics
Function

PRVirconSetMaxTouches()

Sets the maximum number of touches that PRVircon should monitor for when checking for user input. The default is 10 touches. If you know for a fact that your players will only be pressing at most 2 or 3 controls simultaneously, then call this function with the appropriate number of touches to save yourself a few cycles.


Declaration

PRVirconSetMaxTouches(maxTouches)

Parameters

maxTouches

The maximum number of input touches that PRVircon should monitor while checking for user input. Should be between 1 and 10.

Return Value

n/a