location property

int location
final

The KeyboardEvent.location corresponding to this event.

The location represents the location of the key on the keyboard or other input device, such as left or right modifier keys, or Numpad keys.

See developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/location for more information.

Implementation

final int location;