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:
marcus 2021-06-26 08:46:38 +00:00
parent 4236bee6f1
commit 51996d6280

View File

@ -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]);