Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PixlOne/logiops
/ ButtonWrapper
Method
ButtonWrapper
src/logid/features/RemapButton.cpp:183–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
public:
182
template<typename... Args>
183
explicit ButtonWrapper(Args&& ... args) : Button(std::forward<Args&&>(args)...) {
184
}
185
};
186
}
187
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected