terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ IsSupportedOnThisPlatform

override bool InControl.NativeInputDevice.IsSupportedOnThisPlatform
get

Definition at line 241 of file NativeInputDevice.cs.

242 {
243 get
244 {
245 InputDeviceProfile inputDeviceProfile = this.profile;
246 return inputDeviceProfile == null || inputDeviceProfile.IsSupportedOnThisPlatform;
247 }
248 }
class f__AnonymousType0<< Count > j__TPar