MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / doKeyAction

Method doKeyAction

src/main/java/Messages/MessageList.java:205–215  ·  view source on GitHub ↗
(int key)

Source from the content-addressed store, hash-verified

203 }
204
205 public void doKeyAction(int key) {
206 switch(key) {
207//#ifdef SMILES
208 case VirtualCanvas._KEY_STAR:
209 toogleSmiles();
210 return;
211//#endif
212 }
213
214 super.doKeyAction(key);
215 }
216
217 public boolean doUserKeyAction(int command_id) {
218 switch (command_id) {

Callers

nothing calls this directly

Calls 1

toogleSmilesMethod · 0.95

Tested by

no test coverage detected