alberts
21-11-2005 18:59:50
Hi
I'm trying to put some code into the MouseClick method of the ExampleApplication class but it is never called (I've tried putting a debug breakpoint inside it). In the setup method of the same class it has been registered as a delegate, like the other mouse and keyboard events, which work fine.
I dont know how to fix it. Any ideas?
Thanks a lot. I apoligize for my english.
I'm trying to put some code into the MouseClick method of the ExampleApplication class but it is never called (I've tried putting a debug breakpoint inside it). In the setup method of the same class it has been registered as a delegate, like the other mouse and keyboard events, which work fine.
mEventHandler.MouseClicked += new MouseEventDelegate( MouseClick );
I dont know how to fix it. Any ideas?
Thanks a lot. I apoligize for my english.