Cell Touchscreen

3

CLIGUI 2024-08-13 21:52

A simple way to detect if a cell has been clicked or taped. This subsequently allows you to interact with print and text lines.

It works by reading where the screen has been clicked or taped and turning those coordinates into cell coordinates. Then it detects what kind of cell has been touched to determine what to do next.


CLIGUI 2024-08-13 21:54

I am going to use this system to make a note taking program that mimics real applications


Log in to reply.