[gemkeyname] and [gemkeyboard] don't work with a gemwin created with no border
Brought to you by:
zmoelnig
Both abstractions [gemkeyname] and [gemkeyboard] doesn't output value when gemwin is created without border.
Using a 'old' version of Gem (gemwin as object, with GEM: ver: 0.93.git 374f713
GEM: compiled: May 20 2015), everything is OK.
My actual config :
GEM: ver: 0.93.git 7747518
GEM: compiled: Jul 2 2015
Pd 0.46.5
Ubuntu 15.04
++
Jack
Anonymous
are the two versions of Gem running on the same system (same window manager?)
Yes.
++
Jack
btw using
[gemglutwindow]
as the default window, should not have this problem.to use the GLUT-backend as the default,
- either run configure with
--with-defaultwindow=gemglutwindow
- OR edit the
gemdefaultwindow.pd
abstraction and change[gemglxwindow]
to[gemglutwindow]
Ok, i just compiled Gem to use [gemglutwindow].
But now, i can't create gemwin without border.
++
Jack
PS : what is the difference between [gemglutwindow] and [gemglxwindow] ?