SFML community forums

Help => Window => Topic started by: FRex on September 01, 2012, 09:57:26 pm

Title: Github Keyboard.hpp mistake
Post by: FRex on September 01, 2012, 09:57:26 pm
Comment of line 144 in Keyboard.hpp at github says   "///< The F8 key" while it should say "///< The F9 key"  :D
Title: Re: Github Keyboard.hpp mistake
Post by: Lo-X on September 01, 2012, 10:19:03 pm
Comment of line 144 in Keyboard.hpp at github says   "///< The F8 key" while it should say "///< The F9 key"  :D

You saved the day :p
Title: Re: Github Keyboard.hpp mistake
Post by: Laurent on September 01, 2012, 11:23:12 pm
Definitely :)
Title: Re: Github Keyboard.hpp mistake
Post by: FRex on September 01, 2012, 11:25:17 pm
By the way, are all valid keys guaranteed to be all natural numbers in [0,count) range?
Title: Re: Github Keyboard.hpp mistake
Post by: Laurent on September 01, 2012, 11:31:40 pm
Quote
By the way, are all valid keys guaranteed to be all natural numbers in [0,count) range?
Yes.
Title: Re: Github Keyboard.hpp mistake
Post by: FRex on September 01, 2012, 11:32:57 pm
Thanks.  :)