ReactOS 0.4.16-dev-88-ga65b6ae
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
int | OSK_SetImage (int IdDlgItem, int IdResource) |
void | OSK_SetText (int IdDlgItem, int IdResource) |
INT_PTR CALLBACK | OSK_WarningProc (HWND hDlg, UINT Msg, WPARAM wParam, LPARAM lParam) |
DWORD WINAPI | OSK_WarningDlgThread (LPVOID lpParameter) |
VOID | OSK_About (VOID) |
VOID | OSK_DestroyKeys (VOID) |
LRESULT | OSK_SetKeys (int reason) |
LRESULT | OSK_Create (HWND hwnd) |
int | OSK_Close (void) |
VOID | OSK_RefreshLEDKeys (VOID) |
int | OSK_Timer (void) |
VOID | OSK_ChooseFont (VOID) |
BOOL | OSK_Command (WPARAM wCommand, HWND hWndControl) |
BOOL | OSK_ReleaseKey (WORD ScanCode) |
LRESULT | OSK_Paint (HWND hwnd) |
LRESULT APIENTRY | OSK_WndProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) |
int WINAPI | wWinMain (HINSTANCE hInstance, HINSTANCE prev, LPWSTR cmdline, int show) |
Variables | |
OSK_GLOBALS | Globals |
OSK_KEYLEDINDICATOR | LedKey [] |
Definition at line 138 of file main.c.
Referenced by OSK_WndProc().
Definition at line 572 of file main.c.
Referenced by OSK_WndProc().
Definition at line 485 of file main.c.
Referenced by OSK_WndProc().
Definition at line 614 of file main.c.
Referenced by OSK_WndProc().
Definition at line 367 of file main.c.
Referenced by OSK_WndProc().
Definition at line 157 of file main.c.
Referenced by OSK_Close(), and OSK_SetKeys().
Definition at line 751 of file main.c.
Referenced by OSK_WndProc().
Definition at line 517 of file main.c.
Referenced by OSK_Timer().
Definition at line 710 of file main.c.
Referenced by OSK_Close().
Definition at line 33 of file main.c.
Referenced by OSK_SetKeys().
Definition at line 183 of file main.c.
Referenced by OSK_Create(), OSK_Timer(), and OSK_WndProc().
Definition at line 63 of file main.c.
Referenced by OSK_SetKeys().
Definition at line 539 of file main.c.
Referenced by OSK_WndProc().
Definition at line 124 of file main.c.
Referenced by OSK_Create().
Definition at line 83 of file main.c.
Referenced by OSK_Create(), and OSK_WarningDlgThread().
Definition at line 792 of file main.c.
Referenced by wWinMain().
int WINAPI wWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPWSTR | lpCmdLine, | ||
int | nShowCmd | ||
) |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 961 of file main.c.
OSK_GLOBALS Globals |
OSK_KEYLEDINDICATOR LedKey[] |
Definition at line 18 of file main.c.
Referenced by OSK_Command(), OSK_DestroyKeys(), and OSK_RefreshLEDKeys().