Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/EngoEngine/engo
/ AxisGamepad
Struct
AxisGamepad
axis.go:93–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
type
AxisGamepad
struct
{
94
value float32
95
}
96
97
func
(ag *AxisGamepad) set(v float32) {
98
ag.value = v
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected