MCPcopy Create free account
hub / github.com/HumbleUI/Skija / onModifiersChange

Method onModifiersChange

examples/kwinit/src_java/Main.java:163–168  ·  view source on GitHub ↗
(boolean shift, boolean ctrl, boolean alt, boolean logo)

Source from the content-addressed store, hash-verified

161 }
162
163 public void onModifiersChange(boolean shift, boolean ctrl, boolean alt, boolean logo) {
164 this.shift = shift;
165 this.ctrl = ctrl;
166 this.alt = alt;
167 this.logo = logo;
168 }
169
170 public void onKeyDown(String keyCode) {
171 if ("Left".equals(keyCode))

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected