| 532 | } |
| 533 | |
| 534 | bool Input::isModState( const Uint32& state ) const { |
| 535 | return getSanitizedModState() == state; |
| 536 | } |
| 537 | |
| 538 | Time Input::getElapsedSinceLastMouseEvent() const { |
| 539 | return mLastMouseEvent.getElapsedTime(); |
no outgoing calls
no test coverage detected