SFML community forums
Help => Window => Topic started by: HeinzK on May 23, 2012, 03:50:50 pm
-
deleted
-
Please search before posting:
http://en.sfml-dev.org/forums/index.php?topic=6363.msg42098#msg42098
(found by searching "f10")
-
You won't be able to do anything as long as SFML doesn't handle these special keys directly.
In the meanwhile, maybe you can do something with sf::Keyboard -- but you'll have to poll the key states, instead of catching pressed/released events.
-
Yeah, I said "maybe" :)
-
Yep, this kind of behaviour is often OS-specific.