Input events seem doubled

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: Input events seem doubled

Re: Input events seem doubled

by Marisa the Magician » Mon May 08, 2017 1:52 am

SDL2 currently has problems with ibus, uim and other input systems. One thing you can do is wrap around gzdoom through a script that unsets XMODIFIERS before launching it.

Re: Input events seem doubled

by yoshi314 » Sun May 07, 2017 1:02 pm

yeah, but afaik ibus works with gtk/qt if specific env variables are set, not globally. then again, maybe not.

i wonder what will happen if i switch to another kb layout in ibus.

edit: it seems to have something to do with it. when i switch to german layout i can open the console. but i cannot close it, though - odd. i can do it if i switch back to original layout
i'll try disabling ibus globally


edit: i disabled ibus and went back to xcompose. things appear normal now.

Re: Input events seem doubled

by wildweasel » Sat May 06, 2017 8:00 am

yoshi314 wrote:not sure of that affects games, though.
I wonder about that, actually. Doesn't ZDoom handle keyboard input in some kind of raw fashion? So there's a possibility that it's interpreting both the raw signals from your input device, AND the signals already interpreted by iBus.

I'm assuming you're talking about this one: https://github.com/ibus/ibus

Re: Input events seem doubled

by yoshi314 » Sat May 06, 2017 7:15 am

currently i am runnning g3.0pre-96-gdcded0e18 on linux, and it might be relevant that i use iBus as my input method on my desktop - not sure of that affects games, though.

Re: Input events seem doubled

by wildweasel » Fri May 05, 2017 8:57 am

Can you tell us which operating system, and which exact version of GZDoom?

Input events seem doubled

by yoshi314 » Fri May 05, 2017 8:50 am

I am using git gzoom, the problem appeared well before 3.0. Basically it seems that the inputs get doubled. Trying to open console opens and instantly closes it. Similarly trying to exit the menu to return to game brings it up again with instant flicker - i have to use the mouse.

The console messages report e.g that the follow mode on map switches instantly on and off per keypress. I am not exactly sure why is this happening. I can reproduce it on default configuration with no mods on stock wads.

Top