Blender  V3.3
GHOST_NDOFManagerWin32.cpp
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
4 
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
13 {
14  // always available since RawInput is built into Windows
15  return true;
16 }
GHOST_NDOFManagerWin32(GHOST_System &)