MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / isUnder

Method isUnder

gui/qt/keypad/rectkey.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54bool RectKey::isUnder(const QPainterPath &area) const {
55 return mKeyShape.intersects(area);
56}

Callers 2

mouseUpdateMethod · 0.45
touchUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected