Hello, i'm new to sfml and rookie into programming.
I already set up a keyboard event chain wich is working and i'm happy with it.
But i need for some purpose to use the + (shit =), it shows Ascii code 43, same as + key on numerical keypad.
+ (shift =) is not triggering my event, it seems sf::keyboard::Add is only triggered by keypad.
Is there a way to use this key wit sf::keyboard ?
Bonus question, is it possible to lock Shift key in the program ? in order that keyboard numbers (not keypad) are always active in front.
thanks by advance,
RLF