Newer
Older
Scratch / lockwasher / src / lib / views / vWidget.cpp
@Christopher W. Olsen Christopher W. Olsen on 25 Oct 2019 151 bytes Scratch
#include <vWidget.h>

bool 
vWidget::vSetActive(bool _active) {
  bool result = active;
  active = _active;
  return result;
} // vWidget::vSetActive