MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / isRSK

Method isRSK

CodenameOne/src/com/codename1/ui/MenuBar.java:114–116  ·  view source on GitHub ↗
(int keyCode)

Source from the content-addressed store, hash-verified

112 }
113
114 static boolean isRSK(int keyCode) {
115 return keyCode != 0 && (keyCode == rightSK || keyCode == rightSK2);
116 }
117
118 private int componentCountOffset(Container c) {
119 if (getUIManager().isThemeConstant("paintsTitleBarBool", false)) {

Callers 5

keyReleasedMethod · 0.95
handlesKeycodeMethod · 0.95
keyPressedMethod · 0.95
keyReleasedMethod · 0.95

Calls

no outgoing calls