Blender  V3.3
GHOST_NDOFManagerCocoa.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #pragma once
4 
5 #include "GHOST_NDOFManager.h"
6 
7 // Event capture is handled within the NDOF manager on Macintosh,
8 // so there's no need for SystemCocoa to look for them.
9 
11  public:
14 
15  bool available();
16 };
GHOST_NDOFManagerCocoa(GHOST_System &)