Example #1
0
 private void CreateButton(ref VirtualButton vb, VirtualKeyboardButton vkb)
 {
     AllButtons.Add(vkb);
     vb = vkb;
 }
Example #2
0
 private void CreateButton(ref VirtualButton vb, VirtualGamepadButton vgb)
 {
     AllButtons.Add(vgb);
     vb = vgb;
 }
Example #3
0
 private void CreateButton(ref VirtualButton vb, AutoVirtualCompoundButton vcb)
 {
     AllButtons.Add(vcb);
     vb = vcb;
 }