SFML community forums

Help => General => Topic started by: guvidu on April 09, 2008, 10:32:42 am

Title: Problem with key codes
Post by: guvidu on April 09, 2008, 10:32:42 am
Hy there

Im encountering a problem. I need the keys for " . , / = - ` " I cant find those keys and the event.key.code returns me 0. I found on here http://www.sfml-dev.org/forum/viewtopic.php?t=254&highlight=keycode that you added those missing keys. As i see this message was on  march 12. Where can i get the latest version of SFML - couse i downloaded the one from the site but doesnt gives me this keys.

Thanks.
Title: Problem with key codes
Post by: Laurent on April 09, 2008, 11:22:54 am
1- Get a SVN client (http://tortoisesvn.tigris.org/)
2- Checkout the repository (http://sourceforge.net/svn/?group_id=188964)
3- Compile SFML (http://www.sfml-dev.org/tutorials/)

;)
Title: Problem with key codes
Post by: guvidu on April 09, 2008, 02:31:40 pm
He he :) - i try that - but couldnt download the repository - well actualy i dont really know how svn works - i tried with this https://sfml.svn.sourceforge.net/svnroot/sfml sfml address - but i think its wrong. Can you give me the correct svn address ?

Thanks

and by the way nice work - much apreciated
Title: Problem with key codes
Post by: Laurent on April 09, 2008, 03:01:10 pm
Just use your SVN client ("checkout") and give it the address above. It will download automatically the whole repository.