()
| 23 | // An AxisPair is a set of Min/Max values which could possible be used by an Axis. |
| 24 | type 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. |
no outgoing calls