Blender V4.3
GHOST_NDOFManagerUnix.hh
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#pragma once
6
8
14 public:
17 bool available();
18 bool processEvents();
19
20 private:
21 bool available_;
22};
GHOST_NDOFManagerUnix(GHOST_System &)