ReactOS 0.4.16-dev-88-ga65b6ae
|
#include "access.h"
Go to the source code of this file.
Macros | |
#define | BOUNCETICKS 5 |
#define | DELAYTICKS 5 |
#define | REPEATTICKS 6 |
#define | WAITTICKS 10 |
Functions | |
static VOID | EnableFilterKeysTest (PGLOBAL_DATA pGlobalData) |
static VOID | DisableFilterKeysTest (PGLOBAL_DATA pGlobalData) |
INT_PTR CALLBACK | StickyKeysDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static VOID | AddComboBoxTime (HWND hwnd, INT nId, INT nTimeMs) |
INT_PTR CALLBACK | BounceKeysDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
INT_PTR CALLBACK | RepeatKeysDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
INT_PTR CALLBACK | FilterKeysDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
INT_PTR CALLBACK | ToggleKeysDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
INT_PTR CALLBACK | KeyboardPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Variables | |
static UINT | nBounceArray [BOUNCETICKS] = {500, 700, 1000, 1500, 2000} |
static UINT | nDelayArray [DELAYTICKS] = {300, 700, 1000, 1500, 2000} |
static UINT | nRepeatArray [REPEATTICKS] = {300, 500, 700, 1000, 1500, 2000} |
static UINT | nWaitArray [WAITTICKS] = {0, 300, 500, 700, 1000, 1500, 2000, 5000, 10000, 20000} |
#define BOUNCETICKS 5 |
Definition at line 12 of file keyboard.c.
#define DELAYTICKS 5 |
Definition at line 15 of file keyboard.c.
#define REPEATTICKS 6 |
Definition at line 18 of file keyboard.c.
#define WAITTICKS 10 |
Definition at line 21 of file keyboard.c.
Definition at line 151 of file keyboard.c.
Referenced by BounceKeysDlgProc(), and RepeatKeysDlgProc().
Definition at line 168 of file keyboard.c.
Referenced by FilterKeysDlgProc().
|
static |
Definition at line 39 of file keyboard.c.
Referenced by BounceKeysDlgProc(), FilterKeysDlgProc(), and RepeatKeysDlgProc().
|
static |
Definition at line 26 of file keyboard.c.
Referenced by BounceKeysDlgProc(), FilterKeysDlgProc(), and RepeatKeysDlgProc().
Definition at line 404 of file keyboard.c.
Referenced by KeyboardPageProc().
Definition at line 576 of file keyboard.c.
Referenced by SystemApplet().
Definition at line 249 of file keyboard.c.
Referenced by FilterKeysDlgProc().
Definition at line 68 of file keyboard.c.
Referenced by KeyboardPageProc().
Definition at line 524 of file keyboard.c.
Referenced by KeyboardPageProc().
|
static |
Definition at line 13 of file keyboard.c.
Referenced by BounceKeysDlgProc().
|
static |
Definition at line 16 of file keyboard.c.
Referenced by RepeatKeysDlgProc().
|
static |
Definition at line 19 of file keyboard.c.
Referenced by RepeatKeysDlgProc().
Definition at line 22 of file keyboard.c.
Referenced by RepeatKeysDlgProc().