Blender
V4.3
intern
ghost
intern
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
5
#include "
GHOST_NDOFManagerWin32.hh
"
6
7
GHOST_NDOFManagerWin32::GHOST_NDOFManagerWin32
(
GHOST_System
&sys) :
GHOST_NDOFManager
(sys)
8
{
9
/* pass */
10
}
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. */
14
bool
GHOST_NDOFManagerWin32::available
()
15
{
16
/* Always available since RawInput is built into Windows. */
17
return
true
;
18
}
GHOST_NDOFManagerWin32.hh
GHOST_NDOFManagerWin32::available
bool available()
Definition
GHOST_NDOFManagerWin32.cc:14
GHOST_NDOFManagerWin32::GHOST_NDOFManagerWin32
GHOST_NDOFManagerWin32(GHOST_System &)
Definition
GHOST_NDOFManagerWin32.cc:7
GHOST_NDOFManager
Definition
GHOST_NDOFManager.hh:40
GHOST_System
Definition
GHOST_System.hh:38
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0