MCPcopy Create free account
hub / github.com/Julow/Unexpected-Keyboard / getKeyevent

Method getKeyevent

srcs/juloo.keyboard2/KeyValue.java:181–184  ·  view source on GitHub ↗

Defined only when [getKind() == Kind.Keyevent].

()

Source from the content-addressed store, hash-verified

179
180 /** Defined only when [getKind() == Kind.Keyevent]. */
181 public int getKeyevent()
182 {
183 return (_code & VALUE_BITS);
184 }
185
186 /** Defined only when [getKind() == Kind.Event]. */
187 public Event getEvent()

Callers 5

apply_fnMethod · 0.80
apply_gestureMethod · 0.80
apply_selection_modeMethod · 0.80
modify_keyMethod · 0.80
key_upMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected