VCV Rack API v2
Loading...
Searching...
No Matches
rack::keyboard Namespace Reference

Computer keyboard MIDI driver. More...

Functions

PRIVATE void init ()
 
void press (int key)
 
void release (int key)
 
void mouseMove (math::Vec pos)
 pos is in the unit box.
 

Detailed Description

Computer keyboard MIDI driver.

Function Documentation

◆ init()

PRIVATE void rack::keyboard::init ( )

◆ press()

void rack::keyboard::press ( int  key)

◆ release()

void rack::keyboard::release ( int  key)

◆ mouseMove()

void rack::keyboard::mouseMove ( math::Vec  pos)

pos is in the unit box.