| 348 | } |
| 349 | |
| 350 | bool Gopher::xboxClickStateExists(DWORD xinput) |
| 351 | { |
| 352 | auto it = _xboxClickStateLastIteration.find(xinput); |
| 353 | if (it == _xboxClickStateLastIteration.end()) |
| 354 | { |
| 355 | return false; |
| 356 | } |
| 357 | |
| 358 | return true; |
| 359 | } |
| 360 | |
| 361 | void Gopher::mapKeyboard(DWORD STATE, WORD key) |
| 362 | { |