Go to the source code of this file.
◆ MouseKeys_Init()
Definition at line 15 of file mouse.cpp.
16{
17 TRACE(
"MouseKeys_Init!\n");
18
20}
HRESULT STDMETHODCALLTYPE MouseKeys_Update(_In_ CSysTray *pSysTray)
◆ MouseKeys_Message()
Definition at line 127 of file mouse.cpp.
128{
129 switch (uMsg)
130 {
133 {
136 pSysTray->RunAccessCpl(",,4");
138 }
139 break;
140 }
142}
◆ MouseKeys_Shutdown()
Definition at line 23 of file mouse.cpp.
24{
25 TRACE(
"MouseKeys_Shutdown!\n");
26
28 {
31 }
32
34 {
37 }
38
40}
static HICON g_MkStateIcon
BOOL WINAPI DestroyIcon(_In_ HICON)
◆ MouseKeys_Update()
Definition at line 43 of file mouse.cpp.
44{
45 TRACE(
"MouseKeys_Update!\n");
46
49
52 {
54 {
56 {
57 case 0:
58 default:
60 break;
63 break;
67 break;
70 break;
74 break;
77 break;
83 break;
87 break;
91 break;
92 }
93 }
94 else
95 {
97 }
98 }
99
102 {
104 {
107 }
108
111
114 {
116 }
117 }
118
120 {
122 }
123
125}
#define IDI_MOUSE_R_ACTIVE
#define IDI_MOUSE_R_ACTIVE_L_DOWN
#define IDI_MOUSE_L_ACTIVE_R_DOWN
#define IDI_MOUSE_L_ACTIVE
#define IDI_MOUSE_LR_DOWN
#define IDI_MOUSE_DISABLED
#define IDI_MOUSE_LR_ACTIVE
#define MAKEINTRESOURCE(i)
#define MKF_RIGHTBUTTONSEL
#define MKF_LEFTBUTTONDOWN
#define MKF_LEFTBUTTONSEL
BOOL WINAPI SystemParametersInfoW(_In_ UINT uiAction, _In_ UINT uiParam, _Inout_opt_ PVOID pvParam, _In_ UINT fWinIni)
#define MKF_RIGHTBUTTONDOWN
Referenced by MouseKeys_Init(), and CSysTray::ProcessWindowMessage().
◆ g_Mk
◆ g_MkState
◆ g_MkStateIcon