Blender V4.3
GHOST_NDOFManagerCocoa.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
9// Event capture is handled within the NDOF manager on Macintosh,
10// so there's no need for SystemCocoa to look for them.
11
13 public:
15 ~GHOST_NDOFManagerCocoa() override;
16
17 bool available() override;
18};