Added wxGetMouseState which returns the current state of the mouse.
authorRobin Dunn <robin@alldunn.com>
Thu, 5 Jan 2006 04:31:27 +0000 (04:31 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 5 Jan 2006 04:31:27 +0000 (04:31 +0000)
commit7dd40b6f4b31e6bc9c7f626f1461aff8adf7714c
treeecdb5397eb0d57d8ef710f19ebbdcf484e99f092
parent18a1de69aaa59c320479c11709d0c3416f611842
Added wxGetMouseState which returns the current state of the mouse.
Returns an instance of a wxMouseState object that contains the current
position of the mouse pointer in screen coordinants, as well as
boolean values indicating the up/down status of the mouse buttons and
the modifier keys.  Implemented for wxMSW, wxGTK and wxMac.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
docs/latex/wx/function.tex
include/wx/utils.h
src/gtk/window.cpp
src/gtk1/window.cpp
src/mac/carbon/app.cpp
src/msw/window.cpp