Example #1
0
 public Bind(Keys key, List<Gbc.KeyModifierStuck> modifiers)
 {
     _update = new BindPair(key, modifiers);
     KeyChanged += MessengerControllerBinds_KeyChanged;
     ModsChanged += MessengerControllerBinds_KeyChanged;
     BindPair.PropertyChanged += BindPair_PropertyChanged;
 }
Example #2
0
 private static void MessengerControllerBinds_KeyChanged(BindPair bindPair)
 {
 }
Example #3
0
 static void MessengerControllerBinds_KeyChanged(SwitchBy switchBy, BindPair bindPair)
 {
 }