git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3352
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// accelerator.
return;
}
// accelerator.
return;
}
+#if 0 // this isn't necessary anymore ??? -michael
else if (CheckForKeyDown(_event))
{
// We intercepted and processed the key down event
return;
}
else if (CheckForKeyDown(_event))
{
// We intercepted and processed the key down event
return;
}
else
{
XtDispatchEvent(event);
else
{
XtDispatchEvent(event);
}
else if (event->type == KeyRelease)
{
}
else if (event->type == KeyRelease)
{
+ // TODO: work out why we still need this ! -michael
+ //
if (CheckForKeyUp(_event))
{
// We intercepted and processed the key up event
if (CheckForKeyUp(_event))
{
// We intercepted and processed the key up event