VCV Rack API v2
|
Go to the source code of this file.
Namespaces | |
namespace | rack |
Root namespace for the Rack API. | |
namespace | rack::keyboard |
Computer keyboard MIDI driver. | |
Functions | |
PRIVATE void | rack::keyboard::init () |
void | rack::keyboard::press (int key) |
void | rack::keyboard::release (int key) |
void | rack::keyboard::mouseMove (math::Vec pos) |
pos is in the unit box. | |