| 136 | }; |
| 137 | |
| 138 | class Input |
| 139 | { |
| 140 | public: |
| 141 | KeyBoard keyboard; |
| 142 | Mouse mouse; |
| 143 | GamePad gamepad; |
| 144 | |
| 145 | Input(); |
| 146 | ~Input(); |
| 147 | |
| 148 | void update(); |
| 149 | }; |
| 150 | |
| 151 | #endif |
nothing calls this directly
no outgoing calls
no test coverage detected