| 793 | } |
| 794 | |
| 795 | bool NetHackQtKeyBuffer::Empty() const { return in==out; } |
| 796 | bool NetHackQtKeyBuffer::Full() const { return (in+1)%maxkey==out; } |
| 797 | |
| 798 | void NetHackQtKeyBuffer::Put(int k, int a, int state) |
no outgoing calls
no test coverage detected