Added InitMouseEvent helper method (like wxMSW)
authorDavid Elliott <dfe@tgwbd.org>
Mon, 14 Apr 2003 03:54:32 +0000 (03:54 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Mon, 14 Apr 2003 03:54:32 +0000 (03:54 +0000)
commit69dbb7098b59ec49cb9693f14404e30ac1dca8eb
tree34090b6eaaf91adbc5cd2f522d50b55d9c5a0197
parentfe802fc2edc8e3e78f812254582af0ee91da2ea0
Added InitMouseEvent helper method (like wxMSW)
Implemented the following mouse handlers:
mouseDown, mouseDragged, mouseUp, mouseMoved
Added stubs for the following mouse handlers:
mouseEntered, mouseExited, rightMouseDown, rightMouseDragged, rightMouseUp,
otherMouseDown, otherMouseDragged, otherMouseUp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/cocoa/window.h
src/cocoa/window.mm