votes
Mouse Events
I have a 2d tile map type interface and I want to paint via the OnEnter event. However I am using MouseUp and MouseDown to turn on whether or not the user should paint. The problem is MouseDown is restricting access to MouseEnter - that is ...
