equal
deleted
inserted
replaced
648 TCoeInputCapabilities caps = CEikEdwin::InputCapabilities(); |
648 TCoeInputCapabilities caps = CEikEdwin::InputCapabilities(); |
649 TCoeInputCapabilities caps2 = TCoeInputCapabilities(TCoeInputCapabilities::ENone, NULL, const_cast<CNcsEditor*>(this)); |
649 TCoeInputCapabilities caps2 = TCoeInputCapabilities(TCoeInputCapabilities::ENone, NULL, const_cast<CNcsEditor*>(this)); |
650 caps.MergeWith(caps2); |
650 caps.MergeWith(caps2); |
651 return caps; |
651 return caps; |
652 } |
652 } |
|
653 |
|
654 |
|
655 void CNcsEditor::SetPhysicsEmulationOngoing( TBool aPhysOngoing ) |
|
656 { |
|
657 iPhysOngoing = aPhysOngoing; |
|
658 this->SetCursorVisible( !aPhysOngoing ); |
|
659 } |
|
660 |
|
661 TBool CNcsEditor::IsPhysicsEmulationOngoing() const |
|
662 { |
|
663 return iPhysOngoing; |
|
664 } |