Fast check for all configured axes, stores the value externaly.
(b *testing.B)
| 459 | |
| 460 | // Fast check for all configured axes, stores the value externaly. |
| 461 | func checkAxisConfigValue(b *testing.B) { |
| 462 | for i, cfg := range axSimpleCfg { |
| 463 | axResult[i].value = Input.Axis(cfg.Name).Value() |
| 464 | } |
| 465 | } |
| 466 | |
| 467 | // Benchmark values checks with a clean key manager. |
| 468 | func BenchmarkInputMgr_AxisCleanState(b *testing.B) { |
no test coverage detected