Advertisement
keybode

source engine ResetMouse hook

Jul 16th, 2014
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1. void __fastcall Hooked_ResetMouse ( void* thisptr, int edx )
  2. {
  3.     if ( gConsole.GetActive () )
  4.         return;
  5.  
  6.     m_pInputHook->GetMethod<ResetMouseFn> ( 24 )( thisptr );
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement