Blender
V5.0
intern
ghost
intern
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
7
#include "
GHOST_NDOFManager.hh
"
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
12
class
GHOST_NDOFManagerCocoa
:
public
GHOST_NDOFManager
{
13
public
:
14
GHOST_NDOFManagerCocoa
(
GHOST_System
&);
15
~GHOST_NDOFManagerCocoa
()
override
;
16
17
bool
available
()
override
;
18
};
GHOST_NDOFManager.hh
GHOST_NDOFManagerCocoa::available
bool available() override
Definition
GHOST_NDOFManagerCocoa.mm:277
GHOST_NDOFManagerCocoa::GHOST_NDOFManagerCocoa
GHOST_NDOFManagerCocoa(GHOST_System &)
Definition
GHOST_NDOFManagerCocoa.mm:225
GHOST_NDOFManagerCocoa::~GHOST_NDOFManagerCocoa
~GHOST_NDOFManagerCocoa() override
Definition
GHOST_NDOFManagerCocoa.mm:265
GHOST_NDOFManager::GHOST_NDOFManager
GHOST_NDOFManager(GHOST_System &)
Definition
GHOST_NDOFManager.cc:209
GHOST_System
Definition
GHOST_System.hh:37
Generated on
for Blender by
doxygen
1.16.1