Close

More mouse buttons handling in C

A project log for ReTest-yg

YG's own version of Mateng's ReTest, but with different features and a palindromic project number!

yann-guidon-ygdesYann Guidon / YGDES 11/12/2019 at 03:510 Comments

I created a new program : file_buttons.c

It solves a problem I discovered : some events are not sent when the program starts so it would miss critical events in the previous system I considered.

Now, the program is run in parallel with the script, which can read the values of the files button_left, button_middle and button_right.

It's still missing a safety/check to prevent more than one instance from running.

Discussions