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
|
Public Attributes | |
bool | IncludeControllers |
bool | IncludeUnknownControllers |
bool | IncludeNonStandardControls |
bool | IncludeMouseButtons |
bool | IncludeMouseScrollWheel |
bool | IncludeKeys |
bool | IncludeModifiersAsFirstClassKeys |
uint | MaxAllowedBindings |
uint | MaxAllowedBindingsPerType |
bool | AllowDuplicateBindingsPerSet |
bool | UnsetDuplicateBindingsOnSet |
bool | RejectRedundantBindings |
BindingSource | ReplaceBinding |
Func< PlayerAction, BindingSource, bool > | OnBindingFound |
Action< PlayerAction, BindingSource > | OnBindingAdded |
Action< PlayerAction, BindingSource, BindingSourceRejectionType > | OnBindingRejected |
Action< PlayerAction > | OnBindingEnded |
Definition at line 8 of file BindingListenOptions.cs.