altgrKey property

bool? get altgrKey

Whether or not the ALTGR key is pressed.

Implementation

bool? get altgrKey => _wrapped.altgrKey;
set altgrKey (bool? v)

Implementation

set altgrKey(bool? v) {
  _wrapped.altgrKey = v;
}