MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / moveCursorEnd

Method moveCursorEnd

src/main/java/Client/SmilePicker.java:196–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194
195
196 public void moveCursorEnd() {
197 super.moveCursorEnd();
198 xCursor=xLastCnt-1;
199 }
200
201 public void moveCursorHome() {
202 super.moveCursorHome();

Callers 3

deleteBookmarkMethod · 0.45
doKeyActionMethod · 0.45
forceScrollingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected