How to f.e. change the bool \'changed\' of \'bKeyDown\' to \'false\'(from another file)?
Struct:
struct button_state { bool isDown = false; boo