Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ press
Function
press
src/keyboard.cpp:293–297 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
291
}
292
293
void press(int key) {
294
if (!driver)
295
return;
296
driver->onKeyPress(key);
297
}
298
299
void release(int key) {
300
if (!driver)
Callers
1
keyCallback
Function · 0.85
Calls
1
onKeyPress
Method · 0.45
Tested by
no test coverage detected