From 70916faa5d9923e9dd4476b5faeb511b9d4cd14f Mon Sep 17 00:00:00 2001 From: mandar Date: Tue, 6 Jan 2015 18:20:28 +0530 Subject: [PATCH] Add documentation for BJoystick::CountDevices Signed-off-by: Adrien Destugues --- docs/user/device/Joystick.dox | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/user/device/Joystick.dox diff --git a/docs/user/device/Joystick.dox b/docs/user/device/Joystick.dox new file mode 100644 index 0000000000..73d32d073a --- /dev/null +++ b/docs/user/device/Joystick.dox @@ -0,0 +1,18 @@ +/* + * Copyright 2014 Haiku, Inc. All rights reserved. + * Distributed under the terms of the MIT License. + * + * Authors: + * Mandar Juvekar, mjuvekar7@gmail.com + * + * Corresponds to: + * headers/os/device/Joystick.h hrev48613 + * src/kits/device/Joystick.cpp hrev48613 + */ + +/*! + \fn int32 BJoystick::CountDevices() + \brief Count the number of joysticks connected. + + \return The number of joystick devices connected. +*/