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

8 lines
138 B
C++
Raw Normal View History

2016-05-09 14:05:08 +00:00
#include "Code_LayeredScSc.h"
void Code_LayeredScSc::press()
{
2016-05-28 21:16:32 +00:00
layer = refLayerState.getActiveLayer();
2016-05-09 14:05:08 +00:00
pressScancode();
}