102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
hooks_private.h
Go to the documentation of this file.
1#ifndef DTTR_INPUTS_HOOKS_PRIVATE_H
2#define DTTR_INPUTS_HOOKS_PRIVATE_H
3
4#include <dttr_mods.h>
5#include <windows.h>
6
9
10void *__cdecl dttr_inputs_hook_dinput_poll_callback(void *device);
11SHORT __stdcall dttr_inputs_hook_get_async_key_state_callback(int vkey);
12
13#endif // DTTR_INPUTS_HOOKS_PRIVATE_H
void void * ctx
void dttr_inputs_hooks_cleanup(const DTTR_Mods_Context *ctx)
Definition inputs.c:168
bool dttr_inputs_hooks_init(const DTTR_Mods_Context *ctx)
Definition inputs.c:76
SHORT dttr_inputs_hook_get_async_key_state_callback(int vkey)
void * dttr_inputs_hook_dinput_poll_callback(void *device)