MCPcopy Create free account
hub / github.com/HumbleUI/JWM / EventTouchStart

Method EventTouchStart

shared/java/EventTouchStart.java:16–24  ·  view source on GitHub ↗
(int id, float fracX, float fracY, int deviceId, float deviceWidth, float deviceHeight, int touchType)

Source from the content-addressed store, hash-verified

14 @ApiStatus.Internal public final TouchType _touchType;
15
16 public EventTouchStart(int id, float fracX, float fracY, int deviceId, float deviceWidth, float deviceHeight, int touchType) {
17 _id = id;
18 _fracX = fracX;
19 _fracY = fracY;
20 _deviceId = deviceId;
21 _deviceWidth = deviceWidth;
22 _deviceHeight = deviceHeight;
23 _touchType = TouchType.makeFromInt(touchType);
24 }
25}

Callers

nothing calls this directly

Calls 1

makeFromIntMethod · 0.95

Tested by

no test coverage detected