MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / isEmpty

Method isEmpty

src/ui/accelerator.cpp:235–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235bool Accelerator::isEmpty() const
236{
237 return
238 (m_modifiers == kKeyNoneModifier &&
239 m_scancode == kKeyNil &&
240 m_unicodeChar == 0);
241}
242
243std::string Accelerator::toString() const
244{

Callers 4

flushRedrawMethod · 0.45
paintMethod · 0.45
onProcessMessageMethod · 0.45
onProcessMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected