r5sdk/r5dev/include/input.h
Amos 3577fe0b6c Implement portable Input hook system
This implementation is for portability, so its not module specific and can be used on all programs utilizing those API's
2021-06-19 07:21:47 -07:00

12 lines
345 B
C

#pragma once
/////////////////////////////////////////////////////////////////////////////
// Internals
void InstallIPHooks();
void RemoveIPHooks();
/////////////////////////////////////////////////////////////////////////////
// Globals
extern BOOL g_bBlockInput;
/////////////////////////////////////////////////////////////////////////////