MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / IsPressed

Method IsPressed

src/client/ui/key_state_panel.cpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 bool KeyItem::IsPressed() {
57 return pressed_;
58 }
59
60 // panel
61 KeyStatePanel::KeyStatePanel(const std::shared_ptr<ClientContext>& ctx, QWidget* parent) : BaseWidget(ctx, parent) {

Callers 1

GetPressedCountMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected