mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 09:59:44 +01:00
components: mouseandkeyinput: fixed compilation (issue #13944)
git-svn-id: trunk@20575 -
This commit is contained in:
parent
041e562503
commit
39399a4683
@ -52,7 +52,7 @@ begin
|
||||
end;
|
||||
|
||||
const
|
||||
MouseButtonToXButton: array [TMouseButton] of Integer = (1, 3, 2);
|
||||
MouseButtonToXButton: array [TMouseButton] of Integer = (1, 3, 2, 4, 5);
|
||||
|
||||
{ TXMouseInput }
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user