tModLoader v2025.03
A mod to make and play Terraria mods
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
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]