Ejemplo n.º 1
0
 public GroupData(bool e, int i, int d, Keyboard.DirectXKeyCodes h)
 {
     gEnabled  = e;
     gInterval = i;
     gDelay    = d;
     gHotKey   = h;
 }
Ejemplo n.º 2
0
 public DXCodes(Keyboard.DirectXKeyCodes key)
 {
     DirectXKey = key;
 }