Skip to content

Commit

Permalink
DirectX12 Collision
Browse files Browse the repository at this point in the history
  • Loading branch information
moonwho101 committed Nov 30, 2024
1 parent 1f570b5 commit adff2c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/DirectInput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#include "GameLogic.hpp"
#include "Dice.hpp"

//mouse sensitivity
float mousediv = 25.0f;

//Only one input device should be true. Set g_bUseJoystick=true for xbox controller.
BOOL g_bUseMouse = true;
Expand Down Expand Up @@ -60,7 +62,7 @@ float filtery = 0;
BOOL have_i_moved_flag;
float rotate_camera;

float mousediv = 5.0f;

D3DVALUE angx = 0;

D3DVALUE angz = 0;
Expand Down

0 comments on commit adff2c0

Please sign in to comment.