ZeroZero Game Engine  v0.0
A 3D game engine using Vulkan & Jolt
Public Member Functions | List of all members
InputEvent Class Reference

Detailed Description

Base class of all input events

Inheritance diagram for InputEvent:
Object InputEventGamepadButton InputEventKey InputEventMouse InputEventMouseButton InputEventMouseMotion

Public Member Functions

InputEventType getType () const
 
- Public Member Functions inherited from Object
void connect (const Signal::signal &name, const Signal::Handler &handler)
 
void connect (const Signal::signal &name, const function< void ()> &handler)
 
void emit (const Signal::signal &name, void *params=nullptr)
 
virtual string toString () const
 

Member Function Documentation

InputEventType getType ( ) const
nodiscardinline

Returns the type of the event