Blender
V3.3
intern
ghost
intern
GHOST_NDOFManagerWin32.cpp
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
#include "
GHOST_NDOFManagerWin32.h
"
4
5
GHOST_NDOFManagerWin32::GHOST_NDOFManagerWin32
(
GHOST_System
&sys) :
GHOST_NDOFManager
(sys)
6
{
7
/* pass */
8
}
9
10
// whether multi-axis functionality is available (via the OS or driver)
11
// does not imply that a device is plugged in or being used
12
bool
GHOST_NDOFManagerWin32::available
()
13
{
14
// always available since RawInput is built into Windows
15
return
true
;
16
}
GHOST_NDOFManagerWin32.h
GHOST_NDOFManagerWin32::available
bool available()
Definition:
GHOST_NDOFManagerWin32.cpp:12
GHOST_NDOFManagerWin32::GHOST_NDOFManagerWin32
GHOST_NDOFManagerWin32(GHOST_System &)
Definition:
GHOST_NDOFManagerWin32.cpp:5
GHOST_NDOFManager
Definition:
GHOST_NDOFManager.h:89
GHOST_System
Definition:
GHOST_System.h:37
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1