comparison Framework/Widgets/TestWorldSceneWidget.h @ 55:f0f354a97581 wasm

simplification
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Apr 2017 17:24:18 +0200
parents 25befef48c35
children 53bd9277b025
comparison
equal deleted inserted replaced
54:01aa453d4d5b 55:f0f354a97581
52 { 52 {
53 return animate_; 53 return animate_;
54 } 54 }
55 55
56 virtual void UpdateContent(); 56 virtual void UpdateContent();
57
58 virtual bool HasRenderMouseOver()
59 {
60 return true;
61 }
57 }; 62 };
58 } 63 }
59 } 64 }