MCPcopy
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
93type AxisGamepad struct {
94 value float32
95}
96
97func (ag *AxisGamepad) set(v float32) {
98 ag.value = v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected