Help with Chart Events - page 2

 

I also thought about a global variable like an Integer that is 1 if the mouse is pressed and 0 if not. I then can use this info in the CHARTEVENT_KEYDOWN function. So if the integer is 1 and a special key is pressed, an object is created.

Reason: