Gearchiveerd
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-09-19 19:46:03 -06:00

11 regels
141 B
C++

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