mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
- Add back and fix useful dprint.
svn path=/trunk/; revision=16867
This commit is contained in:
parent
62104039bc
commit
1afce7ac9b
1 changed files with 2 additions and 0 deletions
|
@ -1160,6 +1160,8 @@ NtUserVkKeyScanEx(
|
|||
if(vkPtr->wch[CapsState] == wChar)
|
||||
{
|
||||
CapsMod = KeyLayout->pCharModifiers->ModNumber[CapsState];
|
||||
DPRINT("nMod %d wC %04x: CapsMod %08x CapsState %08x MaxModBits %08x\n",
|
||||
nMod, wChar, CapsMod, CapsState, KeyLayout->pCharModifiers->wMaxModBits);
|
||||
return ((CapsMod << 8)|(vkPtr->VirtualKey & 0xff));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue