[MSCTFIME][CICERO] Half-implement CIMEUIWindowHandler (#6521)

Supporting TIPs...
JIRA issue: CORE-19360
- Add implementation to
  CIMEUIWindowHandler class.
This commit is contained in:
Katayama Hirofumi MZ 2024-02-23 13:45:00 +09:00 committed by GitHub
parent 353edbd3f4
commit 69b08be0e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 407 additions and 20 deletions

View file

@ -21,6 +21,7 @@ public:
enum { TIMER_ID = 0x4F83AF91 };
CicCaret();
virtual ~CicCaret();
operator HWND() const { return m_hWnd; }
void CreateCaret(HWND hWnd, SIZE size);
void DestroyCaret();