Go to the source code of this file.
Classes | |
struct | _tagSKT1CTXT |
struct | _tagSKC1CTXT |
Defines | |
#define | UI_MARGIN 4 |
#define | SKT1_XIN 3 |
#define | SKT1_YIN 3 |
#define | SKT1_XOUT 1 |
#define | SKT1_YOUT 1 |
#define | SKT1_TOTAL_ROW_NUM 5 |
#define | SKT1_TOTAL_COLUMN_NUM 15 |
#define | SKT1_ENTER_ROW_NUM 2 |
#define | SKT1_XOVERLAP 2 |
#define | SKT1_CONTEXT 0 |
#define | SKT1_TOTAL_TYPE (SKT1_SPACE_TYPE + 1) |
#define | SKT1_LETTER_WIDTH_TIMES 2 |
#define | SKT1_BACKSPACE_WIDTH_TIMES 2 |
#define | SKT1_TAB_WIDTH_TIMES 3 |
#define | SKT1_CAPS_WIDTH_TIMES 4 |
#define | SKT1_ENTER_WIDTH_TIMES 3 |
#define | SKT1_SHIFT_WIDTH_TIMES 5 |
#define | SKT1_CTRL_WIDTH_TIMES 3 |
#define | SKT1_ALT_WIDTH_TIMES 3 |
#define | SKT1_ESC_WIDTH_TIMES 3 |
#define | SKT1_SPACE_WIDTH_TIMES 12 |
#define | SKT1_LETTER_KEY_NUM 47 |
#define | SKT1_BACKSPACE_INDEX (SKT1_LETTER_KEY_NUM) |
#define | SKT1_BACKSPACE_KEY_NUM 1 |
#define | SKT1_TAB_INDEX (SKT1_BACKSPACE_INDEX + SKT1_BACKSPACE_KEY_NUM) |
#define | SKT1_TAB_KEY_NUM 1 |
#define | SKT1_CAPS_INDEX (SKT1_TAB_INDEX + SKT1_TAB_KEY_NUM) |
#define | SKT1_CAPS_KEY_NUM 1 |
#define | SKT1_ENTER_INDEX (SKT1_CAPS_INDEX + SKT1_CAPS_KEY_NUM) |
#define | SKT1_ENTER_KEY_NUM 1 |
#define | SKT1_SHIFT_INDEX (SKT1_ENTER_INDEX + SKT1_ENTER_KEY_NUM) |
#define | SKT1_SHIFT_KEY_NUM 2 |
#define | SKT1_CTRL_INDEX (SKT1_SHIFT_INDEX + SKT1_SHIFT_KEY_NUM) |
#define | SKT1_CTRL_KEY_NUM 2 |
#define | SKT1_ALT_INDEX (SKT1_CTRL_INDEX + SKT1_CTRL_KEY_NUM) |
#define | SKT1_ALT_KEY_NUM 2 |
#define | SKT1_ESC_INDEX (SKT1_ALT_INDEX + SKT1_ALT_KEY_NUM) |
#define | SKT1_ESC_KEY_NUM 1 |
#define | SKT1_SPACE_INDEX (SKT1_ESC_INDEX + SKT1_ESC_KEY_NUM) |
#define | SKT1_SPACE_KEY_NUM 1 |
#define | SKT1_TOTAL_INDEX (SKT1_SPACE_INDEX + SKT1_SPACE_KEY_NUM) |
#define | SKT1_TOTAL_KEY_NUM (SKT1_TOTAL_INDEX + 1) |
#define | SKT1_ROW1_LETTER_NUM 14 |
#define | SKT1_ROW2_LETTER_NUM 12 |
#define | SKT1_ROW3_LETTER_NUM 11 |
#define | SKT1_ROW4_LETTER_NUM 10 |
#define | SKT1_LABEL_BMP_X 8 |
#define | SKT1_LABEL_BMP_Y 8 |
#define | SKT1_BACKSPACE_BMP_X 16 |
#define | SKT1_BACKSPACE_BMP_Y 9 |
#define | SKT1_TAB_BMP_X 16 |
#define | SKT1_TAB_BMP_Y 9 |
#define | SKT1_CAPS_BMP_X 22 |
#define | SKT1_CAPS_BMP_Y 9 |
#define | SKT1_ENTER_BMP_X 26 |
#define | SKT1_ENTER_BMP_Y 9 |
#define | SKT1_SHIFT_BMP_X 23 |
#define | SKT1_SHIFT_BMP_Y 9 |
#define | SKT1_CTRL_BMP_X 16 |
#define | SKT1_CTRL_BMP_Y 9 |
#define | SKT1_ESC_BMP_X 18 |
#define | SKT1_ESC_BMP_Y 9 |
#define | SKT1_ALT_BMP_X 16 |
#define | SKT1_ALT_BMP_Y 9 |
#define | SKT1_NOT_DRAG 0xFFFFFFFF |
#define | ROW_LETTER_C1 4 |
#define | COL_LETTER_C1 13 |
#define | COL2_LETTER_C1 COL_LETTER_C1 |
#define | COL3_LETTER_C1 (COL2_LETTER_C1 - 2) |
#define | COL4_LETTER_C1 (COL3_LETTER_C1 - 1) |
#define | W_LETTER_C1 20 |
#define | H_LETTER_C1 24 |
#define | BORDER_C1 2 |
#define | W_LETTER_BTN_C1 (W_LETTER_C1 + 2 * BORDER_C1) |
#define | H_LETTER_BTN_C1 (H_LETTER_C1 + 2 * BORDER_C1) |
#define | H_BOTTOM_C1 20 |
#define | H_BOTTOM_BTN_C1 (H_BOTTOM_C1 + 2 * BORDER_C1) |
#define | W_BACKSP_C1 32 |
#define | H_BACKSP_C1 H_LETTER_C1 |
#define | W_TAB_C1 32 |
#define | H_TAB_C1 H_LETTER_C1 |
#define | W_CAPS_C1 38 |
#define | H_CAPS_C1 H_LETTER_C1 |
#define | W_ENTER_C1 38 |
#define | H_ENTER_C1 H_LETTER_C1 |
#define | W_SHIFT_C1 56 |
#define | H_SHIFT_C1 H_LETTER_C1 |
#define | W_INS_C1 34 |
#define | H_INS_C1 H_BOTTOM_C1 |
#define | W_DEL_C1 34 |
#define | H_DEL_C1 H_BOTTOM_C1 |
#define | W_SPACE_C1 168 |
#define | H_SPACE_C1 H_BOTTOM_C1 |
#define | W_ESC_C1 34 |
#define | H_ESC_C1 H_BOTTOM_C1 |
#define | X_ROW_LETTER_C1 0 |
#define | X_ROW2_LETTER_C1 (W_TAB_C1 + 2 * BORDER_C1) |
#define | X_ROW3_LETTER_C1 (W_CAPS_C1 + 2 * BORDER_C1) |
#define | X_ROW4_LETTER_C1 (W_SHIFT_C1 + 2 * BORDER_C1) |
#define | X_DEL_C1 58 |
#define | X_ESC_C1 310 |
#define | LETTER_NUM_C1 47 |
#define | OTHER_NUM_C1 9 |
#define | BUTTON_NUM_C1 (LETTER_NUM_C1 + OTHER_NUM_C1) |
#define | WIDTH_SOFTKBD_C1 |
#define | HEIGHT_SOFTKBD_C1 (ROW_LETTER_C1 * H_LETTER_BTN_C1 + H_BOTTOM_BTN_C1) |
#define | BACKSP_TYPE_C1 LETTER_NUM_C1 |
#define | TAB_TYPE_C1 (BACKSP_TYPE_C1 + 1) |
#define | CAPS_TYPE_C1 (BACKSP_TYPE_C1 + 2) |
#define | ENTER_TYPE_C1 (BACKSP_TYPE_C1 + 3) |
#define | SHIFT_TYPE_C1 (BACKSP_TYPE_C1 + 4) |
#define | INS_TYPE_C1 (BACKSP_TYPE_C1 + 5) |
#define | DEL_TYPE_C1 (BACKSP_TYPE_C1 + 6) |
#define | SPACE_TYPE_C1 (BACKSP_TYPE_C1 + 7) |
#define | ESC_TYPE_C1 (BACKSP_TYPE_C1 + 8) |
#define | SIZEFONT_C1 12 |
#define | SIZELABEL_C1 8 |
#define | X_LABEL_C1 2 |
#define | Y_LABEL_C1 2 |
#define | X_SHIFT_CHAR_C1 10 |
#define | Y_SHIFT_CHAR_C1 2 |
#define | X_NONSHIFT_CHAR_C1 2 |
#define | Y_NONSHIFT_CHAR_C1 14 |
#define | SKC1_CONTEXT 0 |
#define | FLAG_SHIFT_C1 0x01 |
#define | FLAG_DRAG_C1 0x02 |
#define | FLAG_FOCUS_C1 0x04 |
Typedefs | |
typedef _tagSKT1CTXT | SKT1CTXT |
typedef _tagSKT1CTXT * | PSKT1CTXT |
typedef _tagSKT1CTXT * | LPSKT1CTXT |
typedef _tagSKT1CTXT * | NPSKT1CTXT |
typedef _tagSKC1CTXT | SKC1CTXT |
typedef _tagSKC1CTXT * | PSKC1CTXT |
typedef _tagSKC1CTXT * | LPSKC1CTXT |
typedef _tagSKC1CTXT * | NPSKC1CTXT |
Enumerations | |
enum | SKT1_BUTTON_TYPE { SKT1_LETTER_TYPE, SKT1_BACKSPACE_TYPE, SKT1_TAB_TYPE, SKT1_CAPS_TYPE, SKT1_ENTER_TYPE, SKT1_SHIFT_TYPE, SKT1_CTRL_TYPE, SKT1_ALT_TYPE, SKT1_ESC_TYPE, SKT1_SPACE_TYPE } |
Functions | |
void | GetSKT1TextMetric (LPTEXTMETRIC) |
LRESULT | SKWndProcT1 (HWND, UINT, WPARAM, LPARAM) |
LRESULT | SKWndProcC1 (HWND, UINT, WPARAM, LPARAM) |
VOID | SKC1DrawDragBorder (HWND, LPPOINT, LPPOINT) |
|
Definition at line 192 of file softkbd.h. Referenced by InitSKC1Bitmap(), InitSKC1ButtonPos(), and SKC1InvertButton(). |
|
Definition at line 149 of file softkbd.h. Referenced by InitSKC1Bitmap(), InitSKC1ButtonPos(), SKC1DrawConvexRect(), and SKC1InvertButton(). |
|
|
|
Definition at line 194 of file softkbd.h. Referenced by InitSKC1Bitmap(), InitSKC1ButtonPos(), and SKC1InvertButton(). |
|
Definition at line 143 of file softkbd.h. Referenced by InitSKC1ButtonPos(). |
|
Definition at line 144 of file softkbd.h. Referenced by InitSKC1ButtonPos(). |
|
Definition at line 145 of file softkbd.h. Referenced by InitSKC1ButtonPos(). |
|
Definition at line 142 of file softkbd.h. Referenced by InitSKC1ButtonPos(). |
|
Definition at line 198 of file softkbd.h. Referenced by InitSKC1Bitmap(), InitSKC1ButtonPos(), and SKC1InvertButton(). |
|
Definition at line 195 of file softkbd.h. Referenced by InitSKC1Bitmap(), InitSKC1ButtonPos(), and SKC1InvertButton(). |
|
Definition at line 200 of file softkbd.h. Referenced by InitSKC1Bitmap(), InitSKC1ButtonPos(), and SKC1InvertButton(). |
|
Definition at line 218 of file softkbd.h. Referenced by DestroyC1Window(), SKC1ButtonDown(), SKC1ButtonUp(), SKC1MouseMove(), and SKC1SetCursor(). |
|
Definition at line 219 of file softkbd.h. Referenced by SKC1ButtonDown(), SKC1ButtonUp(), and SKC1MouseMove(). |
|
Definition at line 217 of file softkbd.h. Referenced by SKC1ButtonDown(), SKC1ButtonUp(), SKC1MouseMove(), and UpdateSKC1Window(). |
|
Definition at line 159 of file softkbd.h. Referenced by InitSKC1Bitmap(). |
|
Definition at line 154 of file softkbd.h. Referenced by InitSKC1Bitmap(), and SKC1InvertButton(). |
|
|
|
Definition at line 163 of file softkbd.h. Referenced by InitSKC1Bitmap(). |
|
Definition at line 171 of file softkbd.h. Referenced by InitSKC1Bitmap(). |
|
Definition at line 165 of file softkbd.h. Referenced by InitSKC1Bitmap(). |
|
Definition at line 175 of file softkbd.h. Referenced by InitSKC1Bitmap(). |
|
Definition at line 169 of file softkbd.h. Referenced by InitSKC1Bitmap(). |
|
Definition at line 151 of file softkbd.h. Referenced by InitSKC1Bitmap(), InitSKC1ButtonPos(), SKC1InvertButton(), and SKC1MousePosition(). |
|
|
|
Definition at line 167 of file softkbd.h. Referenced by InitSKC1Bitmap(). |
|
|
|
Definition at line 161 of file softkbd.h. Referenced by InitSKC1Bitmap(). |
|
Definition at line 190 of file softkbd.h. Referenced by GetSoftKeyboardDimension(). |
|
Definition at line 197 of file softkbd.h. Referenced by InitSKC1Bitmap(), InitSKC1ButtonPos(), and SKC1InvertButton(). |
|
Definition at line 184 of file softkbd.h. Referenced by InitSKC1Bitmap(), SKC1ButtonDown(), SKC1ButtonUp(), SKC1DrawLabel(), SKC1InvertButton(), SKC1MousePosition(), and UpdateSKC1Window(). |
|
|
|
|
|
Definition at line 196 of file softkbd.h. Referenced by InitSKC1Bitmap(), InitSKC1ButtonPos(), SKC1ButtonDown(), SKC1ButtonUp(), SKC1InvertButton(), SKC1MouseMove(), and UpdateSKC1Window(). |
|
Definition at line 203 of file softkbd.h. Referenced by UpdateSKC1Window(). |
|
Definition at line 204 of file softkbd.h. Referenced by SKC1DrawLabel(). |
|
Definition at line 215 of file softkbd.h. Referenced by CreateC1Window(), DestroyC1Window(), ShowSKC1Window(), SKC1ButtonUp(), SKC1MouseMove(), SKC1SetCursor(), SKWndProcC1(), and UpdateSKC1Window(). |
|
Definition at line 100 of file softkbd.h. Referenced by InitSKT1Bitmap(). |
|
Definition at line 101 of file softkbd.h. Referenced by InitSKT1Bitmap(). |
|
Definition at line 69 of file softkbd.h. Referenced by InitSKT1Bitmap(), InitSKT1ButtonPos(), SKT1InvertButton(), and SKT1MousePosition(). |
|
|
|
Definition at line 52 of file softkbd.h. Referenced by InitSKT1ButtonPos(). |
|
Definition at line 86 of file softkbd.h. Referenced by InitSKT1Bitmap(). |
|
Definition at line 87 of file softkbd.h. Referenced by InitSKT1Bitmap(). |
|
Definition at line 57 of file softkbd.h. Referenced by InitSKT1Bitmap(), InitSKT1ButtonPos(), SKT1InvertButton(), SKT1IsValidButton(), and SKT1MousePosition(). |
|
|
|
Definition at line 46 of file softkbd.h. Referenced by InitSKT1ButtonPos(). |
|
Definition at line 90 of file softkbd.h. Referenced by InitSKT1Bitmap(). |
|
Definition at line 91 of file softkbd.h. Referenced by InitSKT1Bitmap(). |
|
Definition at line 61 of file softkbd.h. Referenced by InitSKT1Bitmap(), InitSKT1ButtonPos(), SKT1InvertButton(), and SKT1MousePosition(). |
|
|
|
Definition at line 48 of file softkbd.h. Referenced by InitSKT1ButtonPos(). |
|
Definition at line 28 of file softkbd.h. Referenced by CreateT1Window(), DestroyT1Window(), SetSKT1Data(), SKT1ButtonUp(), SKT1MouseMove(), SKT1SetCursor(), SKWndProcT1(), and UpdateSKT1Window(). |
|
Definition at line 96 of file softkbd.h. Referenced by InitSKT1Bitmap(). |
|
Definition at line 97 of file softkbd.h. Referenced by InitSKT1Bitmap(). |
|
Definition at line 67 of file softkbd.h. Referenced by InitSKT1Bitmap(), InitSKT1ButtonPos(), SKT1InvertButton(), and SKT1MousePosition(). |
|
|
|
Definition at line 51 of file softkbd.h. Referenced by InitSKT1ButtonPos(). |
|
Definition at line 92 of file softkbd.h. Referenced by InitSKT1Bitmap(). |
|
Definition at line 93 of file softkbd.h. Referenced by InitSKT1Bitmap(). |
|
Definition at line 63 of file softkbd.h. Referenced by InitSKT1Bitmap(), InitSKT1ButtonPos(), SKT1InvertButton(), SKT1IsValidButton(), and SKT1MousePosition(). |
|
|
|
|
|
Definition at line 49 of file softkbd.h. Referenced by InitSKT1ButtonPos(). |
|
Definition at line 98 of file softkbd.h. Referenced by InitSKT1Bitmap(). |
|
Definition at line 99 of file softkbd.h. Referenced by InitSKT1Bitmap(). |
|
Definition at line 71 of file softkbd.h. Referenced by InitSKT1Bitmap(), InitSKT1ButtonPos(), SKT1InvertButton(), SKT1IsValidButton(), and SKT1MousePosition(). |
|
|
|
Definition at line 53 of file softkbd.h. Referenced by InitSKT1ButtonPos(). |
|
Definition at line 83 of file softkbd.h. Referenced by GetSoftKeyboardDimension(), InitSKT1ButtonPos(), SetSKT1Data(), and SKT1DrawLabel(). |
|
Definition at line 84 of file softkbd.h. Referenced by GetSoftKeyboardDimension(), InitSKT1ButtonPos(), SetSKT1Data(), and SKT1DrawLabel(). |
|
Definition at line 56 of file softkbd.h. Referenced by InitSKT1Bitmap(), SetSKT1Data(), SKT1DrawLabel(), SKT1InvertButton(), SKT1IsValidButton(), and SKT1MousePosition(). |
|
Definition at line 45 of file softkbd.h. Referenced by InitSKT1ButtonPos(). |
|
Definition at line 117 of file softkbd.h. Referenced by CreateT1Window(), DestroyT1Window(), SKT1ButtonUp(), SKT1MouseMove(), and SKT1SetCursor(). |
|
Definition at line 78 of file softkbd.h. Referenced by InitSKT1ButtonPos(). |
|
Definition at line 79 of file softkbd.h. Referenced by InitSKT1ButtonPos(). |
|
Definition at line 80 of file softkbd.h. Referenced by InitSKT1ButtonPos(). |
|
Definition at line 81 of file softkbd.h. Referenced by InitSKT1ButtonPos(). |
|
Definition at line 94 of file softkbd.h. Referenced by InitSKT1Bitmap(). |
|
Definition at line 95 of file softkbd.h. Referenced by InitSKT1Bitmap(). |
|
Definition at line 65 of file softkbd.h. Referenced by InitSKT1Bitmap(), InitSKT1ButtonPos(), SKT1InvertButton(), and SKT1MousePosition(). |
|
|
|
Definition at line 50 of file softkbd.h. Referenced by InitSKT1ButtonPos(). |
|
Definition at line 73 of file softkbd.h. Referenced by InitSKT1Bitmap(), InitSKT1ButtonPos(), SKT1InvertButton(), SKT1IsValidButton(), and SKT1MousePosition(). |
|
|
|
Definition at line 54 of file softkbd.h. Referenced by InitSKT1ButtonPos(). |
|
Definition at line 88 of file softkbd.h. Referenced by InitSKT1Bitmap(). |
|
Definition at line 89 of file softkbd.h. Referenced by InitSKT1Bitmap(). |
|
Definition at line 59 of file softkbd.h. Referenced by InitSKT1Bitmap(), InitSKT1ButtonPos(), SKT1InvertButton(), SKT1IsValidButton(), and SKT1MousePosition(). |
|
|
|
Definition at line 47 of file softkbd.h. Referenced by InitSKT1ButtonPos(). |
|
Definition at line 24 of file softkbd.h. Referenced by GetSoftKeyboardDimension(). |
|
Definition at line 75 of file softkbd.h. Referenced by CreateT1Window(), SKT1ButtonUp(), SKT1InvertButton(), SKT1MousePosition(), SKT1SetCursor(), and UpdateSKT1Window(). |
|
|
|
Definition at line 23 of file softkbd.h. Referenced by GetSoftKeyboardDimension(). |
|
|
|
Definition at line 19 of file softkbd.h. Referenced by GetSoftKeyboardDimension(), InitSKT1ButtonPos(), and SKT1DrawConvexRect(). |
|
Definition at line 21 of file softkbd.h. Referenced by GetSoftKeyboardDimension(), and InitSKT1ButtonPos(). |
|
Definition at line 26 of file softkbd.h. Referenced by GetSoftKeyboardDimension(), InitSKT1ButtonPos(), and SetSKT1Data(). |
|
Definition at line 20 of file softkbd.h. Referenced by GetSoftKeyboardDimension(), InitSKT1ButtonPos(), and SKT1DrawConvexRect(). |
|
Definition at line 22 of file softkbd.h. Referenced by GetSoftKeyboardDimension(), and InitSKT1ButtonPos(). |
|
Definition at line 199 of file softkbd.h. Referenced by InitSKC1Bitmap(), InitSKC1ButtonPos(), and SKC1InvertButton(). |
|
Definition at line 193 of file softkbd.h. Referenced by InitSKC1Bitmap(), InitSKC1ButtonPos(), and SKC1InvertButton(). |
|
Definition at line 15 of file softkbd.h. Referenced by ImmCreateSoftKeyboard(). |
|
Definition at line 158 of file softkbd.h. Referenced by InitSKC1Bitmap(), and SKC1InvertButton(). |
|
Definition at line 162 of file softkbd.h. Referenced by InitSKC1Bitmap(), and SKC1InvertButton(). |
|
Definition at line 170 of file softkbd.h. Referenced by InitSKC1Bitmap(), InitSKC1ButtonPos(), and SKC1InvertButton(). |
|
Definition at line 164 of file softkbd.h. Referenced by InitSKC1Bitmap(), and SKC1InvertButton(). |
|
Definition at line 174 of file softkbd.h. Referenced by InitSKC1Bitmap(), and SKC1InvertButton(). |
|
Definition at line 168 of file softkbd.h. Referenced by InitSKC1Bitmap(), and SKC1InvertButton(). |
|
Definition at line 150 of file softkbd.h. Referenced by InitSKC1Bitmap(), InitSKC1ButtonPos(), SKC1InvertButton(), and SKC1MousePosition(). |
|
|
|
Definition at line 166 of file softkbd.h. Referenced by InitSKC1Bitmap(), and SKC1InvertButton(). |
|
Definition at line 172 of file softkbd.h. Referenced by InitSKC1Bitmap(), and SKC1InvertButton(). |
|
Definition at line 160 of file softkbd.h. Referenced by InitSKC1Bitmap(), and SKC1InvertButton(). |
|
Value: Definition at line 188 of file softkbd.h. Referenced by GetSoftKeyboardDimension(). |
|
Definition at line 181 of file softkbd.h. Referenced by InitSKC1ButtonPos(). |
|
Definition at line 182 of file softkbd.h. Referenced by InitSKC1ButtonPos(). |
|
Definition at line 206 of file softkbd.h. Referenced by SKC1DrawLabel(). |
|
Definition at line 210 of file softkbd.h. Referenced by UpdateSKC1Window(). |
|
Definition at line 178 of file softkbd.h. Referenced by InitSKC1ButtonPos(). |
|
Definition at line 179 of file softkbd.h. Referenced by InitSKC1ButtonPos(). |
|
Definition at line 180 of file softkbd.h. Referenced by InitSKC1ButtonPos(). |
|
Definition at line 177 of file softkbd.h. Referenced by InitSKC1ButtonPos(). |
|
Definition at line 208 of file softkbd.h. Referenced by UpdateSKC1Window(). |
|
Definition at line 207 of file softkbd.h. Referenced by SKC1DrawLabel(). |
|
Definition at line 211 of file softkbd.h. Referenced by UpdateSKC1Window(). |
|
Definition at line 209 of file softkbd.h. Referenced by UpdateSKC1Window(). |
|
Referenced by SKWndProcC1(). |
|
Referenced by InitSKT1ButtonPos(). |
|
|
|
|
|
Referenced by CreateC1Window(). |
|
|
|
Referenced by CreateC1Window(). |
|
Referenced by CreateT1Window(). |
|
Definition at line 30 of file softkbd.h.
|
|
Definition at line 50 of file sftkbdt1.c. References GetDC, lfSKT1Font, NULL, and ReleaseDC(). Referenced by GetSoftKeyboardDimension(), and InitSKT1ButtonPos().
|
|
Definition at line 601 of file sftkbdc1.c. References GetAllMonitorSize(), GetSystemMetrics(), GetWindowRect(), hWnd, L, NULL, and VOID(). Referenced by DestroyC1Window(), SKC1ButtonDown(), SKC1ButtonUp(), and SKC1MouseMove().
|
|
Definition at line 1042 of file sftkbdc1.c. References BeginPaint, CreateC1Window(), DefWindowProc(), DestroyC1Window(), FALSE, GetDC, GetWindowLongPtr(), GetWindowRect(), L, _tagSKC1CTXT::lfCharSet, LPSKC1CTXT, NULL, ReleaseDC(), SetWindowPos, ShowSKC1Window(), SKC1_CONTEXT, SKC1ButtonUp(), SKC1MouseMove(), SKC1SetCursor(), UINT, UpdateSKC1Window(), and _tagSKC1CTXT::uSubtype. Referenced by RegisterSoftKeyboard().
|
|
Definition at line 1258 of file sftkbdt1.c. References BeginPaint, BOOL, BYTE, CreateT1Window(), DefWindowProc(), DestroyT1Window(), FALSE, GetParent(), GetWindowLongPtr(), GetWindowRect(), ImmLockIMC(), ImmUnlockIMC(), L, _tagSKT1CTXT::lfCharSet, lfSKT1Font, NULL, PostMessage(), SetSKT1Data(), SetWindowPos, SKT1_CONTEXT, SKT1ButtonUp(), SKT1MouseMove(), SKT1SetCursor(), TRUE, UINT, UpdateSKT1Window(), and _tagSKT1CTXT::uSubType. Referenced by RegisterSoftKeyboard().
|