| 53 | } |
| 54 | |
| 55 | void AcceleratorWindow::ParseObjectProperties(const Properties &props) { |
| 56 | app->RenderConfigParse(props.GetAllProperties("accelerator")); |
| 57 | } |
| 58 | |
| 59 | bool AcceleratorWindow::DrawObjectGUI(Properties &props, bool &modifiedProps) { |
| 60 | //------------------------------------------------------------------ |
nothing calls this directly
no test coverage detected