mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-25 01:57:47 +01:00
remove old code
This commit is contained in:
parent
38453e3a09
commit
809a70f366
@ -1055,9 +1055,6 @@ void __fastcall TConfigForm::HotkeyEdtKeyDown(TObject *Sender, WORD &Key, TShift
|
|||||||
else if (GetAsyncKeyState(VK_RCONTROL) & 0x8000) {
|
else if (GetAsyncKeyState(VK_RCONTROL) & 0x8000) {
|
||||||
edit->Text = GetKeyText(VK_RCONTROL);
|
edit->Text = GetKeyText(VK_RCONTROL);
|
||||||
}
|
}
|
||||||
else if (GetAsyncKeyState(VK_RSHIFT) & 0x8000) {
|
|
||||||
edit->Text = GetKeyText(VK_RSHIFT);
|
|
||||||
}
|
|
||||||
else {
|
else {
|
||||||
edit->Text = GetKeyText(Key);
|
edit->Text = GetKeyText(Key);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user