Umm, hello guys. I was following up a series on how to code a platformer game on the 1.6 version. However, when I moved to try out the 2.0 version, I had a trouble converting a statement so far. It goes as the following :
Window.GetInput().IsKeyDown(key); //KeyDown is a function inside a class I made to handle the pressed down buttons of a keyboard and key is an int in the function's parameter
so I was wondering on how to make that line work as a 2.0 code.
Thanks in advance