From 4a9055ebb2f5fc69205a1082bbc813839c0e3138 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Thu, 21 Nov 2013 14:18:31 +0100 Subject: wx: Update documentation links to wxWidgets --- lib/wx/src/gen/wxJoystickEvent.erl | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'lib/wx/src/gen/wxJoystickEvent.erl') diff --git a/lib/wx/src/gen/wxJoystickEvent.erl b/lib/wx/src/gen/wxJoystickEvent.erl index 979c36cd8c..12a8df69c2 100644 --- a/lib/wx/src/gen/wxJoystickEvent.erl +++ b/lib/wx/src/gen/wxJoystickEvent.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2008-2012. All Rights Reserved. +%% Copyright Ericsson AB 2008-2013. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -17,7 +17,7 @@ %% %CopyrightEnd% %% This file is generated DO NOT EDIT -%% @doc See external documentation: wxJoystickEvent. +%% @doc See external documentation: wxJoystickEvent. %%
Use {@link wxEvtHandler:connect/3.} with EventType:
%%
joy_button_down, joy_button_up, joy_move, joy_zmove
%% See also the message variant {@link wxEvtHandler:wxJoystick(). #wxJoystick{}} event record type. @@ -53,7 +53,7 @@ buttonDown(This) when is_record(This, wx_ref) -> buttonDown(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec buttonDown(This, [Option]) -> boolean() when This::wxJoystickEvent(), Option :: {but, integer()}. @@ -74,7 +74,7 @@ buttonIsDown(This) when is_record(This, wx_ref) -> buttonIsDown(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec buttonIsDown(This, [Option]) -> boolean() when This::wxJoystickEvent(), Option :: {but, integer()}. @@ -95,7 +95,7 @@ buttonUp(This) when is_record(This, wx_ref) -> buttonUp(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec buttonUp(This, [Option]) -> boolean() when This::wxJoystickEvent(), Option :: {but, integer()}. @@ -108,7 +108,7 @@ buttonUp(#wx_ref{type=ThisT,ref=ThisRef}, Options) wxe_util:call(?wxJoystickEvent_ButtonUp, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getButtonChange(This) -> integer() when This::wxJoystickEvent(). getButtonChange(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -116,7 +116,7 @@ getButtonChange(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxJoystickEvent_GetButtonChange, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getButtonState(This) -> integer() when This::wxJoystickEvent(). getButtonState(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -124,7 +124,7 @@ getButtonState(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxJoystickEvent_GetButtonState, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getJoystick(This) -> integer() when This::wxJoystickEvent(). getJoystick(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -132,7 +132,7 @@ getJoystick(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxJoystickEvent_GetJoystick, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getPosition(This) -> {X::integer(), Y::integer()} when This::wxJoystickEvent(). getPosition(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -140,7 +140,7 @@ getPosition(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxJoystickEvent_GetPosition, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getZPosition(This) -> integer() when This::wxJoystickEvent(). getZPosition(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -148,7 +148,7 @@ getZPosition(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxJoystickEvent_GetZPosition, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isButton(This) -> boolean() when This::wxJoystickEvent(). isButton(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -156,7 +156,7 @@ isButton(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxJoystickEvent_IsButton, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isMove(This) -> boolean() when This::wxJoystickEvent(). isMove(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -164,7 +164,7 @@ isMove(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxJoystickEvent_IsMove, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isZMove(This) -> boolean() when This::wxJoystickEvent(). isZMove(#wx_ref{type=ThisT,ref=ThisRef}) -> -- cgit v1.2.3