[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Sc-devel] Document:mouseDown / SCTextView:mouseDown



Hi,
i'm about to change Document:mouseDown and SCTextView:mouseDown to be consistent with the SCView:
to:

	mouseDown {arg x, y, modifiers, buttonNumber, clickCount, clickPos;
mouseDownAction.value(this, x, y, modifiers, buttonNumber, clickCount); }

so all except of the last argument are the same as for SCView. Then i realised, it's actually a mouseUp action! So i will change that too. Does anyone know how i can get a notification for the real mouseDown on a NSTextView? Overriding mouseDown seems not to do it.
J