SFML community forums

Help => General => Topic started by: MrMode on December 08, 2018, 07:27:11 pm

Title: Game developments by example - handle Input Class
Post by: MrMode on December 08, 2018, 07:27:11 pm
Hello started reading  a book Game development by example, and now read a topic about the handle input class, tried to make code work and it  doesn't, Syntax is ridiculously hard, so just asking for help to understand a code and fix it , to make it work.
 
here is the code in github
https://github.com/M0d3stas/game-by-example-4.git

Title: Re: Game developments by example - handle Input Class
Post by: NGM88 on December 09, 2018, 08:22:44 pm
"Syntax is ridiculously hard" only proportional to your c++ knowledge. I would recommend improving your c++ rather than trying to simplify the book to your level of c++. Whatever it is that you don't understand in the book, learn it using a good c++ source. This will be a better investment of your time.