29 #ifndef _GG_WndEvent_h_
30 #define _GG_WndEvent_h_
141 EventType Type()
const;
142 const Pt& Point()
const;
144 boost::uint32_t KeyCodePoint()
const;
146 const Pt& DragMove()
const;
147 int WheelMove()
const;
148 const std::map<Wnd*, Pt>& DragDropWnds()
const;
149 unsigned int Ticks()
const;
150 Timer* GetTimer()
const;
156 boost::uint32_t m_key_code_point;
160 std::map<Wnd*, Pt> m_drag_drop_wnds;
161 unsigned int m_ticks;