| 718 | // *********************************************************************** |
| 719 | |
| 720 | bool GetButton(ControllerButton buttonCode) { |
| 721 | return pInputState->buttonStates[(u64)buttonCode]; |
| 722 | } |
| 723 | |
| 724 | // *********************************************************************** |
| 725 |