Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:html
  3. KeyLocation class
KeyLocation
description

KeyLocation classabstract

Defines the standard key locations returned byKeyboardEvent.getKeyLocation.

Constructors

KeyLocation()

Properties

hashCodeint
The hash code for this object.
no setterinherited
runtimeTypeType
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocationinvocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString()String
A string representation of this object.
inherited

Operators

operator ==(Objectother)bool
The equality operator.
inherited

Constants

JOYSTICK→ constint
The event key originated on a game controller or a joystick on a mobiledevice.
LEFT→ constint
The event key is in the left key location.
MOBILE→ constint
The event key originated on a mobile device, either on a physicalkeypad or a virtual keyboard.
NUMPAD→ constint
The event key originated on the numeric keypad or with a virtual keycorresponding to the numeric keypad.
RIGHT→ constint
The event key is in the right key location.
STANDARD→ constint
The event key is not distinguished as the left or right versionof the key, and did not originate from the numeric keypad (or did notoriginate with a virtual key corresponding to the numeric keypad).
  1. Dart
  2. dart:html
  3. KeyLocation class
dart:html library

[8]ページ先頭

©2009-2025 Movatter.jp