Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void __fastcall Hooked_ResetMouse ( void* thisptr, int edx )
- {
- if ( gConsole.GetActive () )
- return;
- m_pInputHook->GetMethod<ResetMouseFn> ( 24 )( thisptr );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement