tModLoader v2024.02
A mod to make and play Terraria mods
KeyConfiguration Class Reference

Public Member Functions

void CopyKeyState (TriggersSet oldSet, TriggersSet newSet, string newKey)
 
void Processkey (TriggersSet set, string newKey, InputMode mode)
 
void ReadPreferences (Dictionary< string, List< string > > dict)
 
void SetupKeys ()
 
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]