Posted 21 March 2013 - 12:10 AM
ComputerCraft Version Information:
Tested in CC 1.51 and 1.4.<can't remember>.
Tested in SSP and SMP
Description of Bug:
Turtles receive the key event for escape unlike computers.
Steps to Reproduce Bug:
Why I think its a bug:
Based off what Cloudy said in this topic a while ago, a computer does not, and should not know when someone has stopped looking/accessing it. Why should a turtle be any different.
Tested in CC 1.51 and 1.4.<can't remember>.
Tested in SSP and SMP
Description of Bug:
Turtles receive the key event for escape unlike computers.
Steps to Reproduce Bug:
- Place down a Turtle
- Add and run the following code to the turtle
- Press escape to exit turtle GUI
- Look at turtle GUI and it will show it got an escape event (1)
e, k = os.pullEvent('key')
print(k)
Why I think its a bug:
Based off what Cloudy said in this topic a while ago, a computer does not, and should not know when someone has stopped looking/accessing it. Why should a turtle be any different.