foxygit / doom Log in
commit 74773f9a5bc7cbeb3e7807ce28229a7644416cd2
Merge: e55356d9 a46521d8
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Fri Apr 9 11:33:47 2021 -0400
Commit:     GitHub <noreply@github.com>
CommitDate: Fri Apr 9 11:33:47 2021 -0400

    Merge pull request #1366 from chocolate-doom/mouse_left_right

    add mouse button bindings for turning left/right

 src/doom/g_game.c    | 12 +++++++-----
 src/heretic/g_game.c | 11 ++++++-----
 src/hexen/g_game.c   | 11 ++++++-----
 src/m_config.c       | 12 ++++++++++++
 src/m_controls.c     |  4 ++++
 src/m_controls.h     |  2 ++
 src/setup/mouse.c    |  4 +++-
 src/strife/g_game.c  | 12 +++++++-----
 8 files changed, 47 insertions(+), 21 deletions(-)