comparison Framework/Widgets/TestCairoWidget.h @ 54:01aa453d4d5b wasm

IWidget::HasRenderMouseOver
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Apr 2017 17:49:29 +0200
parents 25befef48c35
children f0f354a97581
comparison
equal deleted inserted replaced
53:c2dc924f1a63 54:01aa453d4d5b
65 { 65 {
66 return animate_; 66 return animate_;
67 } 67 }
68 68
69 virtual void UpdateContent(); 69 virtual void UpdateContent();
70
71 virtual bool HasRenderMouseOver(int x,
72 int y)
73 {
74 return true;
75 }
70 }; 76 };
71 } 77 }
72 } 78 }