Blender V4.3
GHOST_EventButton.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_Event.hh"
13#include "GHOST_Window.hh"
14
19 public:
30 GHOST_IWindow *window,
31 GHOST_TButton button,
32 const GHOST_TabletData &tablet)
33 : GHOST_Event(time, type, window), m_buttonEventData({button, tablet})
34 {
36 }
37
38 protected:
41};
GHOST_TEventType
GHOST_TButton
GHOST_TEventButtonData m_buttonEventData
GHOST_EventButton(uint64_t time, GHOST_TEventType type, GHOST_IWindow *window, GHOST_TButton button, const GHOST_TabletData &tablet)
GHOST_TEventDataPtr m_data
unsigned __int64 uint64_t
Definition stdint.h:90