Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mmulet/term.everything
/ PointerEvent
Interface
PointerEvent
termeverything/PointerCode.go:8–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
)
7
8
type
PointerEvent
interface
{
9
isPointerEvent()
10
isXkbdCode()
11
OrModifiers(int)
12
GetModifiers() int
13
}
14
15
type
PointerMove
struct
{
16
Row int
Callers
1
ProcessCodes
Method · 0.65
Implementers
4
PointerMove
termeverything/PointerCode.go
PointerButtonPress
termeverything/PointerCode.go
PointerButtonRelease
termeverything/PointerCode.go
PointerWheel
termeverything/PointerCode.go
Calls
no outgoing calls
Tested by
no test coverage detected