mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-05 00:02:05 +02:00
Revert fa8f6ffae0
. It broke some existing code.
This commit is contained in:
parent
b4eaa9e4ef
commit
3ffa6fe2a1
@ -66,7 +66,7 @@ function LCLSendEraseBackgroundMsg(const Target: TWinControl;const DC: HDC): Pt
|
|||||||
function LCLSendKeyDownEvent(const Target: TControl; var CharCode: Word; KeyData: PtrInt; BeforeEvent, IsSysKey: Boolean): PtrInt;
|
function LCLSendKeyDownEvent(const Target: TControl; var CharCode: Word; KeyData: PtrInt; BeforeEvent, IsSysKey: Boolean): PtrInt;
|
||||||
function LCLSendKeyUpEvent(const Target: TControl; var CharCode: Word; KeyData: PtrInt; BeforeEvent, IsSysKey: Boolean): PtrInt;
|
function LCLSendKeyUpEvent(const Target: TControl; var CharCode: Word; KeyData: PtrInt; BeforeEvent, IsSysKey: Boolean): PtrInt;
|
||||||
function LCLSendCharEvent(const Target: TControl; var CharCode: Word; KeyData: PtrInt; BeforeEvent, IsSysKey, ANotifyUserInput: Boolean): PtrInt;
|
function LCLSendCharEvent(const Target: TControl; var CharCode: Word; KeyData: PtrInt; BeforeEvent, IsSysKey, ANotifyUserInput: Boolean): PtrInt;
|
||||||
function LCLSendUTF8KeyPress(const Target: TWinControl; var AUTF8Char: TUTF8Char; IsSysKey: Boolean): PtrInt;
|
function LCLSendUTF8KeyPress(const Target: TWinControl; AUTF8Char: TUTF8Char; IsSysKey: Boolean): PtrInt;
|
||||||
function LCLSendTimerMsg(const Target: TControl; TimerID: WParam; TimerProc: LParam): PtrInt;
|
function LCLSendTimerMsg(const Target: TControl; TimerID: WParam; TimerProc: LParam): PtrInt;
|
||||||
function LCLSendExitMsg(const Target: TControl): PtrInt;
|
function LCLSendExitMsg(const Target: TControl): PtrInt;
|
||||||
function LCLSendCloseQueryMsg(const Target: TControl): PtrInt;
|
function LCLSendCloseQueryMsg(const Target: TControl): PtrInt;
|
||||||
@ -900,7 +900,7 @@ begin
|
|||||||
if ANotifyUserInput then NotifyApplicationUserInput(Target, Mess.Msg);
|
if ANotifyUserInput then NotifyApplicationUserInput(Target, Mess.Msg);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function LCLSendUTF8KeyPress(const Target: TWinControl; var AUTF8Char: TUTF8Char;
|
function LCLSendUTF8KeyPress(const Target: TWinControl; AUTF8Char: TUTF8Char;
|
||||||
IsSysKey: Boolean): PtrInt;
|
IsSysKey: Boolean): PtrInt;
|
||||||
begin
|
begin
|
||||||
{if not IsControlKey then}
|
{if not IsControlKey then}
|
||||||
|
Loading…
Reference in New Issue
Block a user