]> git.saurik.com Git - wxWidgets.git/commit
Fix wxKeyEvent::GetPosition() after the changes of r72207.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jan 2013 12:45:52 +0000 (12:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jan 2013 12:45:52 +0000 (12:45 +0000)
commite0e6f3dc808e4c2aa4942375758b4eea60d0c665
tree2f62b474adbe0cd77eac61ceec71aa59312e4aa3
parentfeabb2ebeb6a8daed74691fc23fc78f0da2a75b6
Fix wxKeyEvent::GetPosition() after the changes of r72207.

Now that the position of wxKeyEvent is initialized on demand, don't use m_x
and m_y fields directly but always use GetX() and GetY().

Also improve GetPosition() documentation slightly and mention only the new
version, taking wxCoord, in it as the old one, taking long, is provided for
compatiblity only.

Closes #14987.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/event.h
interface/wx/event.h