How to change value of a bool of this struct object

前端 未结 0 1466
被撕碎了的回忆
被撕碎了的回忆 2020-12-22 18:38

How to f.e. change the bool \'changed\' of \'bKeyDown\' to \'false\'(from another file)?

Struct:

struct button_state {
    bool isDown = false;
    boo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题