MouseClicked event

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.


mEventHandler.MouseClicked += new MouseEventDelegate( MouseClick );


I dont know how to fix it. Any ideas?

Thanks a lot. I apoligize for my english.

LuRenJia

04-07-2006 06:52:18

I meeted the same problem, anybody know how to solve it?

pepote

04-07-2006 15:24:32

Has you override the method?

LuRenJia

13-07-2006 05:57:47

I have not overrid the method.