Hello,
i tried to post on french forum but it seems that's it is not moving much there.
First, i'm a rookie in sfml and in C++
i successfully set up a event chain and some key are triggering properly what i want. For this program, i need to use + key using the shift= key but this key is not triggering sf::Keyboard::Add
Is there an alternative way of triggering this key or is it just not implemented ? if not, will it be one day ?
Subsidiary question. Is it possible to lock the shift key directly in the program because my program will be executed mostly on laptops that may no have a numpad and almost everything will have to deal with numbers. So the access will be direct on numbers instead of "&é"'(-è_çà ".
Thanx by advance for your answers.
RLF