Mercurial > sdl-ios-xcode
comparison EXCLUDE/GLIMM/include/Window.hpp @ 4742:59b0750575b1
Added Get_IMM method to Window.
Added focus gain/loss events for IMM.
author | dewyatt |
---|---|
date | Sun, 04 Jul 2010 06:07:38 -0400 |
parents | bb189d44af16 |
children |
comparison
equal
deleted
inserted
replaced
4741:bb189d44af16 | 4742:59b0750575b1 |
---|---|
29 | 29 |
30 void Show_Cursor(); | 30 void Show_Cursor(); |
31 void Hide_Cursor(); | 31 void Hide_Cursor(); |
32 | 32 |
33 HWND Get_Handle(); | 33 HWND Get_Handle(); |
34 IMM &Get_IMM(); | |
34 | 35 |
35 private: | 36 private: |
36 static const wchar_t *Window_Class_Name; | 37 static const wchar_t *Window_Class_Name; |
37 | 38 |
38 void Register_Class(); | 39 void Register_Class(); |