MCPcopy Create free account
hub / github.com/KuhakuPixel/AceTheGame / handle

Method handle

Modder/modder/src/main/java/modder/App.java:312–316  ·  view source on GitHub ↗
(ActionEvent event)

Source from the content-addressed store, hash-verified

310 btn.setOnAction(new EventHandler<ActionEvent>() {
311
312 @Override
313 public void handle(ActionEvent event) {
314 System.out.println(
315 "width: " + scene.getWidth() + " height: " + scene.getHeight());
316 }
317 });
318
319 root.getChildren().add(btn);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected