------------------------------------------------------------------------------
| 568 | |
| 569 | //------------------------------------------------------------------------------ |
| 570 | void vtkXRenderWindowInteractor::FireTimers() |
| 571 | { |
| 572 | if (this->GetEnabled()) |
| 573 | { |
| 574 | this->Internal->FireTimers(this); |
| 575 | } |
| 576 | } |
| 577 | |
| 578 | //------------------------------------------------------------------------------ |
| 579 | // X always creates one shot timers |