Ember
A C++ 20 'game engine' built with SDL3 with wide platform support.
Public Attributes | List of all members
TextInputEvent Struct Reference

#include <input_manager.h>

Public Attributes

std::string text = ""
 
bool bIsActive = false
 

Member Data Documentation

◆ bIsActive

bool TextInputEvent::bIsActive = false

◆ text

std::string TextInputEvent::text = ""

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