Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ makeFromInt
Method
makeFromInt
shared/java/TouchType.java:12–14 ·
view source on GitHub ↗
(int v)
Source
from the content-addressed store, hash-verified
10
@ApiStatus.Internal
public
static
final
TouchType[] _values = values();
11
12
public
static
TouchType makeFromInt(
int
v) {
13
return
_values[v];
14
}
15
}
Callers
1
EventTouchStart
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected