|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
Go to the source code of this file.
Defines |
| #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} |
Generated on Sun May 27 2012 04:47:11 for ReactOS by
1.7.6.1
|