Home
last modified time | relevance | path

Searched refs:ActionMap (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/directx/wine/dinput/
H A Ddevice_private.h54 } ActionMap; typedef
83 ActionMap *action_map; /* array of mappings */
H A Ddevice.c920 This->action_map = HeapAlloc(GetProcessHeap(), 0, sizeof(ActionMap)*num_actions); in _set_action_map()