Blender  V3.3
GHOST_EventButton.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2001-2002 NaN Holding BV. All rights reserved. */
3 
9 #pragma once
10 
11 #include "GHOST_Event.h"
12 #include "GHOST_Window.h"
13 
18  public:
29  GHOST_IWindow *window,
30  GHOST_TButton button,
31  const GHOST_TabletData &tablet)
32  : GHOST_Event(time, type, window), m_buttonEventData({button, tablet})
33  {
35  }
36 
37  protected:
40 };
GHOST_TEventType
Definition: GHOST_Types.h:169
GHOST_TButton
Definition: GHOST_Types.h:156
_GL_VOID GLfloat value _GL_VOID_RET _GL_VOID const GLuint GLboolean *residences _GL_BOOL_RET _GL_VOID GLsizei GLfloat GLfloat GLfloat GLfloat const GLubyte *bitmap _GL_VOID_RET _GL_VOID GLenum type
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
Definition: GHOST_Event.h:74
double time
unsigned __int64 uint64_t
Definition: stdint.h:90