Plasma Engine  2.0
Loading...
Searching...
No Matches
plInputMessageGranularity Struct Reference

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

#include <InputComponent.h>

Inheritance diagram for plInputMessageGranularity:

Public Types

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

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: