MCPcopy Create free account
hub / github.com/RSDKModding/RSDKv4-Decompilation / HapticEffect

Function HapticEffect

RSDKv4/Input.cpp:553–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551
552#if RETRO_USE_HAPTICS
553void HapticEffect(int *hapticID, int *a2, int *a3, int *a4)
554{
555 if (Engine.hapticsEnabled)
556 hapticEffectNum = *hapticID;
557}
558#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected