MCPcopy
hub / github.com/EngoEngine/engo / Value

Method Value

axis.go:25–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23// An AxisPair is a set of Min/Max values which could possible be used by an Axis.
24type AxisPair interface {
25 Value() float32
26}
27
28// An AxisKeyPair is a set of Min/Max values used for detecting whether or not a key has been pressed.

Callers 13

ValueMethod · 0.65
runAxisChecksFunction · 0.65
runAxisMouseFunction · 0.65
checkAxisConfigValueFunction · 0.65
UpdateMethod · 0.65
UpdateMethod · 0.65
getSpeedFunction · 0.65
UpdateMethod · 0.65
UpdateMethod · 0.65
UpdateMethod · 0.65
getSpeedFunction · 0.65
UpdateMethod · 0.65

Implementers 4

Axisaxis.go
AxisMouseaxis.go

Calls

no outgoing calls

Tested by 3

runAxisChecksFunction · 0.52
runAxisMouseFunction · 0.52
checkAxisConfigValueFunction · 0.52