| 63 | */ |
| 64 | void SetOutline(int o) { this->Cursor3D->SetOutline(o); } |
| 65 | int GetOutline() { return this->Cursor3D->GetOutline(); } |
| 66 | void OutlineOn() { this->Cursor3D->OutlineOn(); } |
| 67 | void OutlineOff() { this->Cursor3D->OutlineOff(); } |
| 68 |
nothing calls this directly
no test coverage detected