The problem with your code is that you are simply passing the int variables by value and not by pointer. SDL was written in C, and due to ...
確定! 回上一頁