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.NativeDeviceProfiles.XboxOneMFiNativeProfile Class Reference
+ Inheritance diagram for InControl.NativeDeviceProfiles.XboxOneMFiNativeProfile:
+ Collaboration diagram for InControl.NativeDeviceProfiles.XboxOneMFiNativeProfile:

Public Member Functions

override void Define ()
 
 XboxOneMFiNativeProfile ()
 
bool Matches (InputDeviceInfo deviceInfo)
 
bool Matches (InputDeviceInfo deviceInfo, InputDeviceMatcher[] matchers)
 
bool LastResortMatches (InputDeviceInfo deviceInfo)
 

Static Public Member Functions

static InputDeviceProfile CreateInstanceOfType (Type type)
 
static InputDeviceProfile CreateInstanceOfType (string typeName)
 
static void Hide (Type type)
 

Static Protected Member Functions

static InputControlSource Button (int index)
 
static InputControlSource Analog (int index)
 
static InputControlMapping LeftStickLeftMapping (int analog)
 
static InputControlMapping LeftStickRightMapping (int analog)
 
static InputControlMapping LeftStickUpMapping (int analog)
 
static InputControlMapping LeftStickDownMapping (int analog)
 
static InputControlMapping LeftStickUpMapping2 (int analog)
 
static InputControlMapping LeftStickDownMapping2 (int analog)
 
static InputControlMapping RightStickLeftMapping (int analog)
 
static InputControlMapping RightStickRightMapping (int analog)
 
static InputControlMapping RightStickUpMapping (int analog)
 
static InputControlMapping RightStickDownMapping (int analog)
 
static InputControlMapping RightStickUpMapping2 (int analog)
 
static InputControlMapping RightStickDownMapping2 (int analog)
 
static InputControlMapping LeftTriggerMapping (int analog)
 
static InputControlMapping RightTriggerMapping (int analog)
 
static InputControlMapping DPadLeftMapping (int analog)
 
static InputControlMapping DPadRightMapping (int analog)
 
static InputControlMapping DPadUpMapping (int analog)
 
static InputControlMapping DPadDownMapping (int analog)
 
static InputControlMapping DPadUpMapping2 (int analog)
 
static InputControlMapping DPadDownMapping2 (int analog)
 

Static Protected Attributes

static readonly InputControlSource MenuKey
 
static readonly InputControlSource EscapeKey
 

Properties

InputDeviceProfileType ProfileType [get, set, protected set]
 
string DeviceName [get, set, protected set]
 
string DeviceNotes [get, set, protected set]
 
InputDeviceClass DeviceClass [get, set, protected set]
 
InputDeviceStyle DeviceStyle [get, set]
 
float Sensitivity [get, set, protected set]
 
float LowerDeadZone [get, set, protected set]
 
float UpperDeadZone [get, set, protected set]
 
InputControlMapping[] AnalogMappings [get, set]
 
InputControlMapping[] ButtonMappings [get, set]
 
string[] IncludePlatforms [get, set, protected set]
 
string[] ExcludePlatforms [get, set, protected set]
 
int MinSystemBuildNumber [get, set, protected set]
 
int MaxSystemBuildNumber [get, set, protected set]
 
VersionInfo MinUnityVersion [get, set, protected set]
 
VersionInfo MaxUnityVersion [get, set, protected set]
 
InputDeviceMatcher[] Matchers [get, set, protected set]
 
InputDeviceMatcher[] LastResortMatchers [get, set, protected set]
 
bool IsSupportedOnThisPlatform [get, set]
 
bool IsHidden [get, set]
 
int AnalogCount [get, set]
 
int ButtonCount [get, set]
 

Private Attributes

InputDeviceProfileType profileType
 
string deviceName
 
string deviceNotes
 
InputDeviceClass deviceClass
 
InputDeviceStyle deviceStyle
 
float sensitivity
 
float lowerDeadZone
 
float upperDeadZone
 
string[] includePlatforms
 
string[] excludePlatforms
 
int minSystemBuildNumber
 
int maxSystemBuildNumber
 
VersionInfo minUnityVersion
 
VersionInfo maxUnityVersion
 
InputDeviceMatcher[] matchers
 
InputDeviceMatcher[] lastResortMatchers
 
InputControlMapping[] analogMappings
 
InputControlMapping[] buttonMappings
 

Static Private Attributes

static readonly HashSet< TypehiddenProfiles
 

Detailed Description

Definition at line 10 of file XboxOneMFiNativeProfile.cs.


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