Fix a typo in wxKeyEvent::GetKeyCode() code example.
Add missing object to the method call. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1512,7 +1512,7 @@ public:
|
|||||||
else // No Unicode equivalent.
|
else // No Unicode equivalent.
|
||||||
{
|
{
|
||||||
// It's a special key, deal with all the known ones:
|
// It's a special key, deal with all the known ones:
|
||||||
switch ( GetKeyCode() )
|
switch ( event.GetKeyCode() )
|
||||||
{
|
{
|
||||||
case WXK_LEFT:
|
case WXK_LEFT:
|
||||||
case WXK_RIGHT:
|
case WXK_RIGHT:
|
||||||
|
Reference in New Issue
Block a user