Welcome to mirror list, hosted at ThFree Co, Russian Federation.

GHOST_NDOFManagerWin32.h « intern « ghost « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1da269d23da371ff42b045d2be9db626b5472eb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-or-later */

#pragma once

#include "GHOST_NDOFManager.h"

class GHOST_NDOFManagerWin32 : public GHOST_NDOFManager {
 public:
  GHOST_NDOFManagerWin32(GHOST_System &);
  bool available();
};