Skip to content

Commit

Permalink
Set Cali Offsets instantly
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelballantyne authored Nov 19, 2024
1 parent 24b3eb7 commit 50a6233
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions SamcoEnhanced/SamcoEnhanced.ino
Original file line number Diff line number Diff line change
Expand Up @@ -312,13 +312,6 @@ int moveXAxisArr[3] = {0, 0, 0};
int moveYAxisArr[3] = {0, 0, 0};
int moveIndex = 0;

int32_t mouseCurrentX;
int32_t mouseCurrentY;
int32_t mouseTargetX;
int32_t mouseTargetY;
bool mouseMoving = false;


// For offscreen button stuff:
bool offscreenButton = false; // Does shooting offscreen also send a button input (for buggy games that don't recognize off-screen shots)? Default to off.
bool offscreenBShot = false; // For offscreenButton functionality, to track if we shot off the screen.
Expand Down

0 comments on commit 50a6233

Please sign in to comment.