Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CollectEventsToTrack()

void ReLogic.Peripherals.RGB.SteelSeries.SteelSeriesKeyboard.CollectEventsToTrack ( Bind_Event[] bindEvents,
ARgbGameValueTracker[] miscEvents )
inline

Implements ReLogic.Peripherals.RGB.SteelSeries.IGameSenseDevice.

Definition at line 123 of file SteelSeriesKeyboard.cs.

124 {
125 foreach (Bind_Event bind_Event in bindEvents)
126 {
127 if (bind_Event.handlers.Length >= 1)
128 {
129 AbstractHandler obj = bind_Event.handlers[0];
132 {
133 ColorKey colorKey = new ColorKey
134 {
135 EventName = bind_Event.eventName,
136 TriggerName = contextColorEventHandlerType.ContextFrameKey
137 };
140 }
141 }
142 }
144 }
readonly Dictionary< string, ColorKey > _keyboardTriggersForLookup
void AddRange(IEnumerable< KeyValuePair< TKey, TValue > > collection)
void Add(TKey key, TValue value)

References ReLogic.Peripherals.RGB.SteelSeries.SteelSeriesKeyboard._keyboardTriggersForIteration, ReLogic.Peripherals.RGB.SteelSeries.SteelSeriesKeyboard._keyboardTriggersForLookup, System.Collections.Generic.Dictionary< TKey, TValue >.Add(), System.Collections.Generic.Dictionary< TKey, TValue >.AddRange(), and ReLogic.Peripherals.RGB.SteelSeries.SteelSeriesKeyboard.eventTrackers.