Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ keyDwn
Method
keyDwn
src/main/java/Client/SmilePicker.java:187–193 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
185
}
186
}
187
public
void
keyDwn(){
188
super.keyDwn();
189
if
(cursor!=lines-1)
190
return
;
191
if
(xCursor >= xLastCnt)
192
xCursor=xLastCnt-1;
193
}
194
195
196
public
void
moveCursorEnd() {
Callers
3
pageLeft
Method · 0.95
pageRight
Method · 0.95
doKeyAction
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected