Hello,
I've added a button on an InSim I'm making in C#, but I have no clue how you make it actually do something? I've put down this for the button:
I'm guessing I need to reference this to a case, but how would I go about doing that?
I've added a button on an InSim I'm making in C#, but I have no clue how you make it actually do something? I've put down this for the button:
SendBtn(10, 4, 4, 45, 45, "^8Stream", ButtonStyles.ISB_DARK | ButtonStyles.ISB_CLICK);
I'm guessing I need to reference this to a case, but how would I go about doing that?