Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::Input::TextEvent Struct Referencefinal

#include <InputAggregatorInterface.h>

+ Inheritance diagram for Divide::Input::TextEvent:

Public Member Functions

 TextEvent (DisplayWindow *sourceWindow, U8 deviceIndex, const char *text) noexcept
 
- Public Member Functions inherited from Divide::Input::InputEvent
 InputEvent (DisplayWindow *sourceWindow, U8 deviceIndex) noexcept
 

Public Attributes

Str< 256 > _text {}
 
- Public Attributes inherited from Divide::Input::InputEvent
U8 _deviceIndex = 0
 
DisplayWindow_sourceWindow = nullptr
 

Detailed Description

Definition at line 125 of file InputAggregatorInterface.h.

Constructor & Destructor Documentation

◆ TextEvent()

Divide::Input::TextEvent::TextEvent ( DisplayWindow sourceWindow,
U8  deviceIndex,
const char *  text 
)
explicitnoexcept

Definition at line 88 of file InputAggregatorInterface.cpp.

Member Data Documentation

◆ _text

Str<256> Divide::Input::TextEvent::_text {}

Definition at line 128 of file InputAggregatorInterface.h.


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