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

Method withKeyevent

srcs/juloo.keyboard2/KeyValue.java:248–251  ·  view source on GitHub ↗
(int code)

Source from the content-addressed store, hash-verified

246 }
247
248 public KeyValue withKeyevent(int code)
249 {
250 return new KeyValue(getString(), Kind.Keyevent, code, getFlags());
251 }
252
253 public KeyValue withFlags(int f)
254 {

Callers 2

turn_into_keyeventMethod · 0.80
keyevent_mappingsMethod · 0.80

Calls 2

getStringMethod · 0.95
getFlagsMethod · 0.95

Tested by 1

keyevent_mappingsMethod · 0.64