Hi,

I'm using IUP from svn (Revisión: 3718) on OpenSUSE leap with Gtk 3. I
have a small example to test modifier keys. This is the K_ANY callback
in this test:

int key_cb(Ihandle *ih, int c)
{
  printf("Code: %d Shift: %d \n", c, iup_isShiftXkey(c));
  return IUP_CONTINUE;
}

The iup_isShiftXkey allways return 0, no matter if I press Shift key.
I'm doing something wrong?

Thanks
Germán


------------------------------------------------------------------------------
_______________________________________________
Iup-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to