terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
InControl.TouchPool Class Reference
+ Collaboration diagram for InControl.TouchPool:

Public Member Functions

 TouchPool (int capacity)
 
 TouchPool ()
 
Touch FindOrCreateTouch (int fingerId)
 
Touch FindTouch (int fingerId)
 
void FreeTouch (Touch touch)
 
void FreeEndedTouches ()
 

Public Attributes

readonly ReadOnlyCollection< TouchTouches
 

Private Member Functions

Touch NewTouch ()
 

Private Attributes

List< TouchusedTouches
 
List< TouchfreeTouches
 

Detailed Description

Definition at line 10 of file TouchPool.cs.


The documentation for this class was generated from the following file: