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
2016-05-28 15:16:32 -06:00

11 lines
139 B
C++

#include "Code_LayerLock.h"
void Code_LayerLock::press()
{
refLayerState.lock(layer);
}
void Code_LayerLock::release()
{
}