Blender  V3.3
GHOST_IEventConsumer.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_IEvent.h"
12 
22  public:
27  {
28  }
29 
36  virtual bool processEvent(GHOST_IEvent *event) = 0;
37 
38 #ifdef WITH_CXX_GUARDEDALLOC
39  MEM_CXX_CLASS_ALLOC_FUNCS("GHOST:GHOST_IEventConsumer")
40 #endif
41 };
virtual bool processEvent(GHOST_IEvent *event)=0