isInspectorOpened method

bool isInspectorOpened()

Returns flag which determines whether inspector is opened

Implementation

bool isInspectorOpened() {
  return _aliceCore.isInspectorOpened();
}