Blender V4.3
GHOST_EventCursor.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
18 public:
29 GHOST_IWindow *window,
30 int32_t x,
31 int32_t y,
32 const GHOST_TabletData &tablet)
33 : GHOST_Event(msec, type, window), m_cursorEventData({x, y, tablet})
34 {
36 }
37
38 protected:
41};
GHOST_TEventType
GHOST_EventCursor(uint64_t msec, GHOST_TEventType type, GHOST_IWindow *window, int32_t x, int32_t y, const GHOST_TabletData &tablet)
GHOST_TEventCursorData m_cursorEventData
GHOST_TEventDataPtr m_data
signed int int32_t
Definition stdint.h:77
unsigned __int64 uint64_t
Definition stdint.h:90