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

Method Axis

input.go:71–73  ·  view source on GitHub ↗

Axis retrieves an Axis with a specified name.

(name string)

Source from the content-addressed store, hash-verified

69
70// Axis retrieves an Axis with a specified name.
71func (im *InputManager) Axis(name string) Axis {
72 return im.axes[name]
73}
74
75// Button retrieves a Button with a specified name.
76func (im *InputManager) Button(name string) Button {

Callers 11

runAxisChecksFunction · 0.80
runAxisMouseFunction · 0.80
checkAxisConfigValueFunction · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
getSpeedFunction · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
getSpeedFunction · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80

Calls

no outgoing calls

Tested by 3

runAxisChecksFunction · 0.64
runAxisMouseFunction · 0.64
checkAxisConfigValueFunction · 0.64