OpenBarnyard
 
Loading...
Searching...
No Matches
AInputMapManager::Command Struct Reference

#include <AInputMapManager.h>

Public Member Functions

TBOOL IsEventTypeAllowed (Toshi::TInputInterface::EVENT_TYPE a_eEventType)
 

Public Attributes

Toshi::TPString8 Name
 
TINT32 uiCode
 
TINT32 uiEventType
 

Detailed Description

Definition at line 53 of file AInputMapManager.h.

Member Function Documentation

◆ IsEventTypeAllowed()

TBOOL AInputMapManager::Command::IsEventTypeAllowed ( Toshi::TInputInterface::EVENT_TYPE a_eEventType)
inline

Definition at line 59 of file AInputMapManager.h.

60 {
61 return HASANYFLAG( uiEventType, ( 1 << ( a_eEventType & 0x1F ) ) );
62 }
#define HASANYFLAG(STATE, FLAG)
Definition Defines.h:5

Member Data Documentation

◆ Name

Toshi::TPString8 AInputMapManager::Command::Name

Definition at line 55 of file AInputMapManager.h.

◆ uiCode

TINT32 AInputMapManager::Command::uiCode

Definition at line 56 of file AInputMapManager.h.

◆ uiEventType

TINT32 AInputMapManager::Command::uiEventType

Definition at line 57 of file AInputMapManager.h.


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