23 #ifndef BAGEL_SPACEBAR_FULL_WND_H 24 #define BAGEL_SPACEBAR_FULL_WND_H 26 #include "bagel/baglib/storage_dev_win.h" 27 #include "bagel/baglib/object.h" 36 virtual ErrorCode attach();
37 virtual ErrorCode detach();
39 virtual void onTimer(uint32 nTimerId);
41 void onMouseMove(uint32 nFlags,
CBofPoint *,
void * =
nullptr);
43 bool _bAllowEventWorld;
Definition: storage_dev_win.h:406
Definition: full_wnd.h:32