mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 22:47:59 +02:00
Amiga video unit: fixed not initialized TInputEvent field, 2nd try, now the deadkeys actually work as they should
git-svn-id: trunk@49562 -
This commit is contained in:
parent
4236bee6f1
commit
51996d6280
@ -341,7 +341,7 @@ begin
|
||||
ie.ie_Code := ICode;
|
||||
ie.ie_Qualifier := IQual;
|
||||
ie.ie_NextEvent := nil;
|
||||
ie.ie_position.ie_addr := IAddr;
|
||||
ie.ie_position.ie_addr := PPointer(IAddr)^;
|
||||
Buff[0] := #0;
|
||||
Ret := MapRawKey(@ie, @Buff[0], 1, nil);
|
||||
KeyCode := Ord(Buff[0]);
|
||||
|
Loading…
Reference in New Issue
Block a user