i am using sfml 2.3 along with visual studio 2015 express edition for desktop.
to check which key on the keyboard has been pressed by the user i am using four boolean members IsMovingUp ,IsMovingDown, IsMovingRight, IsMovingLeft. but on building the code it is giving an error that identifier neither declared nor defined.
so i want to know whether these boolean members are compatible with the versions of sfml and VS which i have.
or what is the alternative for this?