Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InkboxSoftware/all-screen-keyboard
/ onPress
Function
onPress
keyboard/src/plugins-dev/plugin.cpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
extern
"C"
int onPress(vector<key*>& keys) {
13
cout <<
"Plugin 1 press event"
<< endl;
14
return 0;
15
}
16
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected