GuiLite/workspace/widgets/edit.cpp
2020-01-22 11:03:29 +08:00

12 lines
195 B
C++

#include "../widgets_include/edit.h"
#ifdef GUILITE_ON
c_keyboard c_edit::s_keyboard;
GL_BEGIN_MESSAGE_MAP(c_edit)
ON_KEYBORAD_UPDATE(c_edit::on_key_board_click)
GL_END_MESSAGE_MAP()
#endif