]> git.saurik.com Git - wxWidgets.git/commit
Add WXK_NONE symbolic constant indicating absence of a key.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Sep 2010 10:18:41 +0000 (10:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Sep 2010 10:18:41 +0000 (10:18 +0000)
commit86408a0374b40187afaecd6e28ed66dad06de102
tree3591485637d7ec6b88d1ab64aaa08eab2b641a61
parente6cef55ae17024e6cff72b575c22890a52f245b7
Add WXK_NONE symbolic constant indicating absence of a key.

wxKeyEvent::GetKeyCode() and GetUnicodeKey() return 0 to indicate that the key
code or Unicode character is not available, give symbolic name to this 0 to
make the code using these methods more clear.

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