8 lines
138 B
C++
8 lines
138 B
C++
#include "Key_LayeredScSc.h"
|
|
|
|
void Key_LayeredScSc::press()
|
|
{
|
|
layerId = refLayerState.getActiveLayer();
|
|
pressScancode();
|
|
}
|