Blender V4.3
GHOST_NDOFManagerWin32.cc
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2002-2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
6
11
12/* Whether multi-axis functionality is available (via the OS or driver)
13 * does not imply that a device is plugged in or being used. */
15{
16 /* Always available since RawInput is built into Windows. */
17 return true;
18}
GHOST_NDOFManagerWin32(GHOST_System &)