Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - guvidu

Pages: [1]
1
General discussions / Event.Key.Code to correct ASCI CODE
« on: April 18, 2008, 04:44:22 pm »
Hi - im having a problem with Event.Key.Code

I need it to return the correct Asci code - and right now (im using the latest version from SVN) - it only return good asci code for chars.

exemple SFML key " . " = 270
             ASCII CODE   = 46

the problem is i dont see a rule in this codes so i could convert it myself
Can you help me figure out how to convert Event.key.code to correct ASCII ?

Thanks

2
General / Problem with key codes
« 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.

3
Audio / sf::Music on windows Vista plays in a loop
« on: February 09, 2008, 10:27:44 pm »
Hi there!
I have a big problem! For some reason on windows vista my music file plays in a loop

here is my code

sf::Music music;
music.Open("Data/Sound/Music3.ogg");
music.SetLoop(false);
music.Play();

the same code played fine when i was on an xp machine.

Can you guys point me in some direction to fix the problem?
Thanks!

Pages: [1]