enableWASDPanning property

bool enableWASDPanning
final

Whether to allow the W, A, S, D keys (*) to pan the map (in the directions UP, LEFT, DOWN, RIGHT respectively)

WASD are only the physical and logical keys on QWERTY keyboards. On non- QWERTY keyboards, such as AZERTY, the keys in the same position as on the QWERTY keyboard is used (ie. ZQSD on AZERTY).

If enabled, it is recommended to enable enableArrowKeysPanning to provide panning functionality easily for left handed users.

Implementation

final bool enableWASDPanning;