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

Method getEvent

srcs/juloo.keyboard2/KeyValue.java:187–190  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

185
186 /** Defined only when [getKind() == Kind.Event]. */
187 public Event getEvent()
188 {
189 return Event.values()[(_code & VALUE_BITS)];
190 }
191
192 /** Defined only when [getKind() == Kind.Modifier]. */
193 public Modifier getModifier()

Callers 4

modify_long_pressMethod · 0.80
apply_fnMethod · 0.80
modify_keyMethod · 0.80
key_upMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected