components: mouseandkeyinput: fixed compilation (issue #13944)

git-svn-id: trunk@20575 -
This commit is contained in:
vincents 2009-06-10 20:06:27 +00:00
parent 041e562503
commit 39399a4683

View File

@ -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 }