Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
Window
»
setKeyRepeatEnabled reverts to true if window.create is called...
Print
Pages: [
1
]
Author
Topic: setKeyRepeatEnabled reverts to true if window.create is called... (Read 2279 times)
0 Members and 1 Guest are viewing this topic.
Jove
Full Member
Posts: 114
setKeyRepeatEnabled reverts to true if window.create is called...
«
on:
August 29, 2013, 08:37:50 pm »
...in the case of toggling full-screen after the app is running.
Noticed it today, similar to the vsync issue?
Didn't see it in the Issues list.
Logged
{much better code}
FRex
Hero Member
Posts: 1848
Back to C++ gamedev with SFML in May 2023
Re: setKeyRepeatEnabled reverts to true if window.create is called...
«
Reply #1 on:
August 29, 2013, 08:44:25 pm »
https://github.com/SFML/SFML/issues/371
It's in a comment to which Laurent agreed.
Only frame time stays(should reset too IMO, to be least surprising and consistent, fresh window is fresh window, not a mix of old settings and new create() params).
«
Last Edit: August 29, 2013, 08:47:52 pm by FRex
»
Logged
Back to C++ gamedev with SFML in May 2023
Print
Pages: [
1
]
SFML community forums
»
Help
»
Window
»
setKeyRepeatEnabled reverts to true if window.create is called...
anything