| 85 | } |
| 86 | |
| 87 | int NetHackQtKeyBuffer::GetAscii() |
| 88 | { |
| 89 | if ( Empty() ) return 0; // Safety |
| 90 | int r=TopAscii(); |
| 91 | out=(out+1)%maxkey; |
| 92 | return r; |
| 93 | } |
| 94 | |
| 95 | Qt::KeyboardModifiers NetHackQtKeyBuffer::GetState() |
| 96 | { |
no outgoing calls
no test coverage detected