Processing on web - Display a small window with details next to a mouseover position on a sketch
in
Processing with Other Languages
•
1 year ago
I have been able to display below sketch built using processing on a web browser (using processing.js).
My requirement is that whenever I move the mouse over any block say HA1 or HA2, i should get a sort of small window/box alongside that block indicating some details about those block. (This information to be displayed is already present in the processing code and is being used to generate the different colors )
Can someone please help on how can this be done ?
Any relevant code snippets would be really helpful.
My requirement is that whenever I move the mouse over any block say HA1 or HA2, i should get a sort of small window/box alongside that block indicating some details about those block. (This information to be displayed is already present in the processing code and is being used to generate the different colors )
Can someone please help on how can this be done ?
Any relevant code snippets would be really helpful.
1