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

Interface AxisPair

axis.go:24–26  ·  view source on GitHub ↗

An AxisPair is a set of Min/Max values which could possible be used by an Axis.

Source from the content-addressed store, hash-verified

22
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.
29type AxisKeyPair struct {

Callers 8

ValueMethod · 0.65
runAxisChecksFunction · 0.65
runAxisMouseFunction · 0.65
checkAxisConfigValueFunction · 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

no test coverage detected