When I press the Tab button on my keyboard, the inventory windows will pop up and the curson change to the pointer. Now, I disable the tab so it don't show the invertory window, but the pointer still change, and i don't want this. Does anybody know how to turn the tab button completely off.
What's your on_key_press code look like?
~Trent
if (keycode == eKeyTab) show_inventory_window(); // Tab, show inventory
Never mind, done it now