Hey guys, I'm working on a game where I want the user to be able to enter a launch angle, which will then be set to the objects tilt. Is there any type of function that is like inkey() but for numbers instead of strings? I tried using inkey and just entering numbers into the string but it didn't seem to do anything. I'm using lite-C by the way. I know how to do it in C++ but not everything else so I chose lite-c hah.

Thanks in advance for the help.