MCPcopy Create free account
hub / github.com/SpartanJ/eepp / isModState

Method isModState

src/eepp/window/input.cpp:534–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

onMouseDownMethod · 0.80
onMouseUpMethod · 0.80
onMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected