ReactOS 0.4.16-dev-297-gc569aee
|
#include <windows.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "wine/test.h"
#include "windef.h"
#include "wingdi.h"
#include "dinput.h"
Go to the source code of this file.
Macros | |
#define | DIRECTINPUT_VERSION 0x0700 |
#define | COBJMACROS |
Functions | |
static | HRESULT (WINAPI *pDirectInputCreateA)(HINSTANCE |
static IDirectInputA IUnknown *static void | pump_messages (void) |
static HKL | activate_keyboard_layout (LANGID langid, HKL *hkl_orig) |
static void | acquire_tests (IDirectInputA *pDI, HWND hwnd) |
static void | test_set_coop (IDirectInputA *pDI, HWND hwnd) |
static void | test_get_prop (IDirectInputA *pDI, HWND hwnd) |
static void | test_capabilities (IDirectInputA *pDI, HWND hwnd) |
static void | test_dik_codes (IDirectInputA *dI, HWND hwnd, LANGID langid) |
static void | test_GetDeviceInfo (IDirectInputA *pDI) |
static void | keyboard_tests (DWORD version) |
START_TEST (keyboard) | |
Variables | |
static | DWORD |
static const HRESULT | SetCoop_null_window [16] |
static const HRESULT | SetCoop_invalid_window [16] |
static const HRESULT | SetCoop_real_window [16] |
static const HRESULT | SetCoop_child_window [16] |
#define COBJMACROS |
Definition at line 21 of file keyboard.c.
#define DIRECTINPUT_VERSION 0x0700 |
Definition at line 19 of file keyboard.c.
Definition at line 80 of file keyboard.c.
Referenced by keyboard_tests().
Definition at line 47 of file keyboard.c.
Referenced by acquire_tests(), and test_dik_codes().
Definition at line 502 of file keyboard.c.
Referenced by START_TEST().
Definition at line 36 of file keyboard.c.
Referenced by acquire_tests(), keyboard_tests(), and test_dik_codes().
START_TEST | ( | keyboard | ) |
Definition at line 545 of file keyboard.c.
Definition at line 278 of file keyboard.c.
Referenced by keyboard_tests().
Definition at line 315 of file keyboard.c.
Referenced by keyboard_tests().
Definition at line 256 of file keyboard.c.
Referenced by keyboard_tests().
|
static |
Definition at line 473 of file keyboard.c.
Referenced by keyboard_tests().
Definition at line 215 of file keyboard.c.
Referenced by keyboard_tests().
Definition at line 34 of file keyboard.c.