1 decade ago by TObe
Hi, everyone I'm trying to use the numeric keys for my game but,
I can't bind the numeric keys:
ig.KEY.0
ig.KEY.1
ig.KEY.2
ig.KEY.3
ig.KEY.4
ig.KEY.5
ig.KEY.6
ig.KEY.7
ig.KEY.8
ig.KEY.9
The game couldn't load when I try:
Any suggestions?
I can't bind the numeric keys:
ig.KEY.0
ig.KEY.1
ig.KEY.2
ig.KEY.3
ig.KEY.4
ig.KEY.5
ig.KEY.6
ig.KEY.7
ig.KEY.8
ig.KEY.9
The game couldn't load when I try:
ig.input.bind( ig.KEY.1, "1" );
Any suggestions?