| 100 | } |
| 101 | |
| 102 | float PSMoveMgr::GetBattery(int id) |
| 103 | { |
| 104 | if (mMove[id]) |
| 105 | { |
| 106 | return psmove_get_battery(mMove[id]) / 5.0f; |
| 107 | } |
| 108 | return 0; |
| 109 | } |
| 110 | |
| 111 | //-------------------------------------------------------------- |
| 112 | void PSMoveMgr::Update() |
no test coverage detected