KeyLocation.hx 83 B

12345678
  1. package flash.ui;
  2. extern enum KeyLocation {
  3. LEFT;
  4. NUM_PAD;
  5. RIGHT;
  6. STANDARD;
  7. }