Input() Function

Blitz3D Forums/Blitz3D Beginners Area/Input() Function

leeluna(Posted 2003) [#1]
Is there some reason why the Input$() function will not take data from the computer number pad?

Luna.


Ross C(Posted 2003) [#2]
Try pressing the Num Lock key. That should unlock the num pad :)


dynaman(Posted 2003) [#3]
That won't help. I don't know why it doesn't accept input from the number pad. There are a couple gui's running around that do accept numpad input, there might also be an input function in the code archives that does as well.


WolRon(Posted 2003) [#4]
Perhaps these GUI's you are talking about aren't using Input$() command.


dynaman(Posted 2003) [#5]
correct - they aren't. They use the keyhit or keydown commands and map the input into ascii text.