Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CardealRusso authored Oct 18, 2024
1 parent 261f591 commit ac0f8fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ struct fenster {
int keys[256]; // keys are mostly ASCII, but arrows are 17..20
int modkeys[4]; // ctrl, shift, alt, meta
int mpos[2]; // mouse x, y
int mclick[5]; // left, right, middle, scroll up, scroll down (cleared after read)
int mhold[3]; // left, right, middle (persistent until release)
int mclick[5]; // left, right, middle, scroll up, scroll down (refreshed after loop)
int mhold[3]; // left, right, middle (persistent until button release)
int64_t lastsync; // last sync time
};

Expand Down

0 comments on commit ac0f8fa

Please sign in to comment.