Advertisement
Guest User

Sleeping Dogs Arrow Keys Mapping

a guest
Nov 1st, 2012
775
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. #ifWinActive, Sleeping Dogs
  2. {
  3. Up::sendinput w
  4. Down::sendinput s
  5. Left::sendinput a
  6. Right::sendinput d
  7. w::sendinput {Up}
  8. s::sendinput {Down}
  9. a::sendinput {Left}
  10. d::sendinput {Right}
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement