D_PAD constant

KeyLocation const D_PAD

The event key originated on a directional pad of input device:

  • On a mobile device either on a physical keypad or a virtual keyboard.
  • On a game controller or a joystick on a mobile device.

Implementation

static const KeyLocation D_PAD = KeyLocation._(4);