Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
keybrd/src/Code_LayeredScSc.cpp
2016-05-28 15:16:32 -06:00

8 lines
138 B
C++

#include "Code_LayeredScSc.h"
void Code_LayeredScSc::press()
{
layer = refLayerState.getActiveLayer();
pressScancode();
}