MCPcopy Create free account
hub / github.com/InkboxSoftware/all-screen-keyboard / onLoad

Function onLoad

keyboard/src/plugins-dev/plugin.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5using namespace std;
6
7extern "C" int onLoad(vector<key*>& keys) {
8 cout << "Plugin 1 Loaded" << endl;
9 return 0;
10}
11
12extern "C" int onPress(vector<key*>& keys) {
13 cout << "Plugin 1 press event" << endl;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected