| 822 | } |
| 823 | |
| 824 | int NetHackQtKeyBuffer::GetAscii() |
| 825 | { |
| 826 | if ( Empty() ) return 0; // Safety |
| 827 | int r=TopAscii(); |
| 828 | out=(out+1)%maxkey; |
| 829 | return r; |
| 830 | } |
| 831 | |
| 832 | int NetHackQtKeyBuffer::GetState() |
| 833 | { |
no outgoing calls
no test coverage detected