Added Get_IMM method to Window.
Added focus gain/loss events for IMM.
This commit is contained in:
parent
825ef53157
commit
6d7e820588
2 changed files with 12 additions and 0 deletions
|
@ -31,6 +31,7 @@ public:
|
|||
void Hide_Cursor();
|
||||
|
||||
HWND Get_Handle();
|
||||
IMM &Get_IMM();
|
||||
|
||||
private:
|
||||
static const wchar_t *Window_Class_Name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue