ezEngine  Release 25.03
ezInputMessageGranularity Struct Reference

Which types of input events are broadcast. More...

#include <InputComponent.h>

Inheritance diagram for ezInputMessageGranularity:

Public Types

enum  Enum { PressOnly, PressAndRelease, PressReleaseAndDown, Default = PressOnly }
 Which types of input events are broadcast. More...
 
using StorageType = ezInt8
 

Detailed Description

Which types of input events are broadcast.

Member Enumeration Documentation

◆ Enum

Which types of input events are broadcast.

Enumerator
PressOnly 

Key pressed events are sent, but nothing else.

PressAndRelease 

Key pressed and key released events are sent.

PressReleaseAndDown 

Key pressed and released events are sent, and while a key is down, another message is sent every frame as well.


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