menu
  1. Dart
  2. dart:html
  3. KeyEvent
  4. charCode property
charCode

charCode property

int get charCode
override

Calculated value of what the estimated charCode is for this event.

Implementation

int get charCode => this.type == 'keypress' ? _shadowCharCode : 0;
KeyEvent class

AltStyle によって変換されたページ (->オリジナル) /