(float dx, float dy)
| 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; |
no outgoing calls
no test coverage detected