Re: Catching the arrow keys
- From: Paul Davis <paul linuxaudiosystems com>
- To: jody <jody xha gmail com>
- Cc: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: Catching the arrow keys
- Date: Thu, 22 Apr 2010 10:44:36 -0400
On Thu, Apr 22, 2010 at 6:37 AM, jody <jody xha gmail com> wrote:
> But when my Window is running, only the Escape key is caught, but none
> of the arrow keys.
> Am i missing something, or isn't it possible?
also, the simple approach is to just add:
default:
printf ("Key pressed was: %d\n", ev->key);
break;
to see what you do get.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]