ReactOS 0.4.16-dev-477-g6ada597
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
HRESULT STDMETHODCALLTYPE | MouseKeys_Init (_In_ CSysTray *pSysTray) |
HRESULT STDMETHODCALLTYPE | MouseKeys_Shutdown (_In_ CSysTray *pSysTray) |
HRESULT STDMETHODCALLTYPE | MouseKeys_Update (_In_ CSysTray *pSysTray) |
Variables | |
static MOUSEKEYS | g_Mk |
static UINT | g_MkState |
static HICON | g_MkStateIcon |
HRESULT STDMETHODCALLTYPE MouseKeys_Init | ( | _In_ CSysTray * | pSysTray | ) |
Definition at line 15 of file mouse.cpp.
Referenced by CSysTray::InitIcons().
HRESULT STDMETHODCALLTYPE MouseKeys_Shutdown | ( | _In_ CSysTray * | pSysTray | ) |
Definition at line 23 of file mouse.cpp.
Referenced by CSysTray::ShutdownIcons().
HRESULT STDMETHODCALLTYPE MouseKeys_Update | ( | _In_ CSysTray * | pSysTray | ) |
Definition at line 43 of file mouse.cpp.
Referenced by MouseKeys_Init(), and CSysTray::ProcessWindowMessage().
|
static |
Definition at line 10 of file mouse.cpp.
Referenced by MouseKeys_Update().
|
static |
Definition at line 11 of file mouse.cpp.
Referenced by MouseKeys_Shutdown(), and MouseKeys_Update().
|
static |
Definition at line 12 of file mouse.cpp.
Referenced by MouseKeys_Shutdown(), and MouseKeys_Update().