This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
2016-05-09 14:05:08 +00:00
|
|
|
#include "Code_LayerLock.h"
|
|
|
|
|
|
|
|
void Code_LayerLock::press()
|
|
|
|
{
|
2016-05-28 21:16:32 +00:00
|
|
|
refLayerState.lock(layer);
|
2016-05-09 14:05:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
void Code_LayerLock::release()
|
|
|
|
{
|
|
|
|
}
|