GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Member Functions | List of all members
gd::ExternalEventsHasName Struct Reference

Functor testing ExternalEvents' name. More...

#include <ExternalEvents.h>

Inherits std::binary_function< std::unique_ptr< gd::ExternalEvents >, gd::String, bool >.

Public Member Functions

bool operator() (const std::unique_ptr< gd::ExternalEvents > &externalEvents, gd::String name) const
 

Detailed Description

Functor testing ExternalEvents' name.


The documentation for this struct was generated from the following file: