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

simplification
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Apr 2017 17:24:18 +0200
parents 01aa453d4d5b
children e2fe9352f240
comparison
equal deleted inserted replaced
54:01aa453d4d5b 55:f0f354a97581
66 return animate_; 66 return animate_;
67 } 67 }
68 68
69 virtual void UpdateContent(); 69 virtual void UpdateContent();
70 70
71 virtual bool HasRenderMouseOver(int x, 71 virtual bool HasRenderMouseOver()
72 int y)
73 { 72 {
74 return true; 73 return true;
75 } 74 }
76 }; 75 };
77 } 76 }