Blender  V3.3
GHOST_NDOFManagerUnix.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 Linux,
8  * so there's no need for SystemX11 to look for them. */
9 
11  public:
14  bool available();
15  bool processEvents();
16 
17  private:
18  bool m_available;
19 };
GHOST_NDOFManagerUnix(GHOST_System &)