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
7
bool
dttr_inputs_hooks_init
(
const
DTTR_Mods_Context
*
ctx
);
8
void
dttr_inputs_hooks_cleanup
(
const
DTTR_Mods_Context
*
ctx
);
9
10
void
*__cdecl
dttr_inputs_hook_dinput_poll_callback
(
void
*device);
11
SHORT __stdcall
dttr_inputs_hook_get_async_key_state_callback
(
int
vkey);
12
13
#endif
// DTTR_INPUTS_HOOKS_PRIVATE_H
ctx
void void * ctx
Definition
com_direct3ddevice7.c:465
dttr_mods.h
dttr_inputs_hooks_cleanup
void dttr_inputs_hooks_cleanup(const DTTR_Mods_Context *ctx)
Definition
inputs.c:168
dttr_inputs_hooks_init
bool dttr_inputs_hooks_init(const DTTR_Mods_Context *ctx)
Definition
inputs.c:76
dttr_inputs_hook_get_async_key_state_callback
SHORT dttr_inputs_hook_get_async_key_state_callback(int vkey)
Definition
hook_getasynckeystate.c:98
dttr_inputs_hook_dinput_poll_callback
void * dttr_inputs_hook_dinput_poll_callback(void *device)
Definition
hook_dinput_poll.c:98
DTTR_Mods_Context
Definition
dttr_mods.h:81
modules
sidecar
src
inputs
hooks_private.h
Generated by
1.16.1