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_LayerLock.cpp

11 lines
140 B
C++
Raw Normal View History

2016-05-09 14:05:08 +00:00
#include "Code_LayerLock.h"
void Code_LayerLock::press()
{
refStateLayers.lock(layer);
}
void Code_LayerLock::release()
{
}