Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ EventWindowMove
Class
EventWindowMove
shared/java/EventWindowMove.java:5–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
lombok.Data;
4
5
@Data
6
public
class
EventWindowMove implements Event {
7
public
final
int
_windowLeft;
8
public
final
int
_windowTop;
9
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected