mirror of
https://review.haiku-os.org/haiku
synced 2025-02-03 12:16:35 +01:00
19 lines
445 B
Plaintext
19 lines
445 B
Plaintext
|
/*
|
||
|
* 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.
|
||
|
*/
|