|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Collaboration diagram for Terraria.GameInput.KeyConfiguration:Public Member Functions | |
| void | SetupKeys () |
| void | Processkey (TriggersSet set, string newKey, InputMode mode) |
| void | CopyKeyState (TriggersSet oldSet, TriggersSet newSet, string newKey) |
| void | ReadPreferences (Dictionary< string, List< string > > dict) |
| Dictionary< string, List< string > > | WritePreferences () |
Public Attributes | |
| readonly Dictionary< string, List< string > > | KeyStatus = new Dictionary<string, List<string>>() |
| readonly Dictionary< string, List< string > > | UnloadedModKeyStatus = new Dictionary<string, List<string>>() |
Properties | |
| bool | DoGrappleAndInteractShareTheSameKey [get] |
Definition at line 7 of file KeyConfiguration.cs.