()
| 1054 | } |
| 1055 | |
| 1056 | public MouseState(Set<Integer> buttonsDown, double x, double y, float dwheel, float dwheely, double dx, double dy, long time, int mods) { |
| 1057 | this.x = x; |
| 1058 | this.y = y; |
| 1059 | this.dwheel = dwheel; |
no outgoing calls
no test coverage detected