Blender V4.3
GHOST_Buttons.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2001-2002 NaN Holding BV. All rights reserved.
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
10#pragma once
11
12#include "GHOST_Types.h"
13
23
25
31 bool get(GHOST_TButton mask) const;
32
38 void set(GHOST_TButton mask, bool down);
39
43 void clear();
44
52};
GHOST_TButton
unsigned char uint8_t
Definition stdint.h:78
bool get(GHOST_TButton mask) const
uint8_t m_ButtonRight
void set(GHOST_TButton mask, bool down)
uint8_t m_ButtonLeft
uint8_t m_ButtonMiddle