layer selected
Jsut to know if there is a known bug on GetLayerSelected method, or do i it wrong?
I would like to know if a given layer is selected, but whatever its selection state, this method always send me back false!
here it is the code:
AIBoolean isSelected = false;
result = sAILayer->GetLayerSelected(layerHandle, &isSelected);
aisdk::check_ai_error(result);
thx, thomas.