Hello!
I'm currently making <<The game of life>> in TP7. Actually, I have already finished everything. The only thing I would like to add is mouse input, so the user could draw the 'cells' by clicking a mousebutton. So, for example a mouseclick on coordinates (50,20) would change grid[50,20] to 'true'. How is this possible? I have found some mouse snippets on the internet, but they don't seem to work with my IDE.
Thanks in advance.