MCPcopy Create free account
hub / github.com/HumbleUI/Skija / onScroll

Method onScroll

examples/scenes/src/Scene.java:30–30  ·  view source on GitHub ↗
(float dx, float dy)

Source from the content-addressed store, hash-verified

28 public abstract void draw(Canvas canvas, int width, int height, float dpi, int xpos, int ypos);
29
30 public void onScroll(float dx, float dy) {}
31
32 public static String file(String path) {
33 return "../scenes/" + path;

Callers 3

acceptMethod · 0.45
loopMethod · 0.45
initWindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected