mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 04:44:29 +08:00
- Add back and fix useful dprint.
svn path=/trunk/; revision=16867
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user