Lugdunum  0.1.0
Public Attributes | List of all members
lug::Window::CharEvent Struct Reference

Represents a char event. More...

#include <Event.hpp>

Collaboration diagram for lug::Window::CharEvent:
[legend]

Public Attributes

wchar_t val
 Raw value of the character pressed (with accents, etc.) More...
 

Detailed Description

Represents a char event.

Definition at line 82 of file Event.hpp.

Member Data Documentation

◆ val

wchar_t lug::Window::CharEvent::val

Raw value of the character pressed (with accents, etc.)

Definition at line 83 of file Event.hpp.


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