| 730 | // *********************************************************************** |
| 731 | |
| 732 | bool GetButtonUp(ControllerButton buttonCode) { |
| 733 | return pInputState->buttonUps[(u64)buttonCode]; |
| 734 | } |
| 735 | |
| 736 | // *********************************************************************** |
| 737 |