Added Get_IMM method to Window.

Added focus gain/loss events for IMM.
This commit is contained in:
dewyatt 2010-07-04 06:07:38 -04:00
parent 825ef53157
commit 6d7e820588
2 changed files with 12 additions and 0 deletions

View file

@ -31,6 +31,7 @@ public:
void Hide_Cursor();
HWND Get_Handle();
IMM &Get_IMM();
private:
static const wchar_t *Window_Class_Name;