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

simplification
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Apr 2017 17:24:18 +0200
parents 01aa453d4d5b
children ca644004d2ee
comparison
equal deleted inserted replaced
54:01aa453d4d5b 55:f0f354a97581
108 return false; 108 return false;
109 } 109 }
110 110
111 virtual void UpdateContent(); 111 virtual void UpdateContent();
112 112
113 virtual bool HasRenderMouseOver(int x, 113 virtual bool HasRenderMouseOver()
114 int y)
115 { 114 {
116 return false; 115 return false;
117 } 116 }
118 }; 117 };
119 } 118 }