Package ai.platon.pulsar.common.io
Class KeyboardKt
-
- All Implemented Interfaces:
public final class KeyboardKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static IntegerUSKeypadLocationprivate final static Map<String, KeyDefinition>USKeyboardLayout
-
Method Summary
Modifier and Type Method Description final IntegergetUSKeypadLocation()final Map<String, KeyDefinition>getUSKeyboardLayout()The US keyboard layout. -
-
Method Detail
-
getUSKeypadLocation
final Integer getUSKeypadLocation()
-
getUSKeyboardLayout
final Map<String, KeyDefinition> getUSKeyboardLayout()
The US keyboard layout.
-
-
-
-