mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 08:14:34 +01:00
lsteamclient: Make helpers for EnableActionEventCallbacks reusable.
This commit is contained in:
parent
05efcef3fa
commit
6ded785ccd
2 changed files with 6 additions and 1 deletions
|
|
@ -24,7 +24,6 @@ extern "C" {
|
|||
#include "cb_converters.h"
|
||||
|
||||
/***** manual fn wrapper for ISteamInput::EnableActionEventCallbacks *****/
|
||||
typedef void (*CDECL win_SteamInputActionEventCallbackPointer)(SteamInputActionEvent_t *);
|
||||
win_SteamInputActionEventCallbackPointer win_EnableActionEventCallbacks;
|
||||
|
||||
void lin_SteamInputActionEventCallbackPointer(SteamInputActionEvent_t *dat)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue