MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / update

Method update

src/main/java/fieldbox/boxes/Keyboard.java:29–29  ·  view source on GitHub ↗
(Window.Event<Window.KeyboardState> e, boolean termination)

Source from the content-addressed store, hash-verified

27
28 public interface Hold {
29 boolean update(Window.Event<Window.KeyboardState> e, boolean termination);
30 }
31
32 Map<Integer, Collection<Hold>> ongoingDrags = new HashMap<Integer, Collection<Hold>>();

Callers 15

dispatchMethod · 0.95
AutosizeInputFunction · 0.65
updateScrollbarsInnerFunction · 0.65
testFunction · 0.65
test.jsFile · 0.65
SearchAnnotationFunction · 0.65
show-hint.jsFile · 0.65
updateScrollbarsInnerFunction · 0.65
runMenuMethod · 0.65
runMenuHoldMethod · 0.65

Implementers 15

NativeScrollbarslib/web/CodeMirror/src/display/scrollb
NullScrollbarslib/web/CodeMirror/src/display/scrollb
Watchessrc/main/java/fieldbox/boxes/Watches.j
StatusBarsrc/main/java/fieldbox/boxes/plugins/S
Dispatchsrc/main/java/fieldbox/boxes/plugins/D
Cachesrc/main/java/fieldbox/ui/Compositor.j
RemoteEditorsrc/main/java/fielded/RemoteEditor.jav
Serversrc/main/java/fielded/webserver/Server
Browsersrc/main/java/fieldcef/browser/Browser
Tapssrc/main/java/fieldcef/plugins/Taps.ja
PhysicsSystemsrc/main/java/trace/physics/PhysicsSys
Standardsrc/main/java/trace/graphics/Tops.kt

Calls

no outgoing calls

Tested by 1

testFunction · 0.52