Архивировано
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
keybrd/src/Key_LayeredCodeSc.cpp
2016-09-19 19:46:03 -06:00

8 строки
138 B
C++

#include "Key_LayeredCodeSc.h"
void Key_LayeredCodeSc::press()
{
layerId = refLayerState.getActiveLayer();
pressCode();
}