Hi,
I wanted to ask if anyone has a solution for my following problem. I need a function that checks which key is pressed the current frame. However i want that the keys are also evaluated(f.i. shift + a = A or altgr+2 = @)
inchar would be the perfect solution, but I need a function that is executed in one frame. inchar waits until a key is pressed. I need a function that only checks if a key is pressed...
It's a bit difficult to explain... I hope you understand

regards Alain