Blender V4.3
GHOST_IEventConsumer.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_IEvent.hh"
13
23 public:
28
35 virtual bool processEvent(const GHOST_IEvent *event) = 0;
36
37#ifdef WITH_CXX_GUARDEDALLOC
38 MEM_CXX_CLASS_ALLOC_FUNCS("GHOST:GHOST_IEventConsumer")
39#endif
40};
virtual bool processEvent(const GHOST_IEvent *event)=0