summaryrefslogtreecommitdiff
path: root/lib/wx/api_gen/wx_gen_erl.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wx/api_gen/wx_gen_erl.erl')
-rw-r--r--lib/wx/api_gen/wx_gen_erl.erl5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/wx/api_gen/wx_gen_erl.erl b/lib/wx/api_gen/wx_gen_erl.erl
index 28b357f331..6b07689a1e 100644
--- a/lib/wx/api_gen/wx_gen_erl.erl
+++ b/lib/wx/api_gen/wx_gen_erl.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2008-2021. All Rights Reserved.
+%% Copyright Ericsson AB 2008-2022. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
@@ -1016,7 +1016,8 @@ gen_enums_ints() ->
w("-record(wxMouseState, {x :: integer(), y :: integer(),~n"
" leftDown :: boolean(), middleDown :: boolean(), rightDown :: boolean(), ~n"
" controlDown :: boolean(), shiftDown :: boolean(),~n"
- " altDown :: boolean(), metaDown :: boolean(), cmdDown :: boolean()~n"
+ " altDown :: boolean(), metaDown :: boolean(), cmdDown :: boolean(),~n"
+ " aux1Down :: boolean(), aux2Down :: boolean()~n"
" }).~n", []),
w("-record(wxHtmlLinkInfo, {~n"
" href :: unicode:chardata(), target :: unicode:chardata()~n"