CommonLibSSE NG
Loading...
Searching...
No Matches
RE::GFxKeyboardState::KeyQueue Class Reference

#include <GFxKeyboardState.h>

Classes

struct  KeyRecord
 

Public Types

enum  { kKeyQueueSize = 100 }
 

Public Attributes

KeyRecord buffer [kKeyQueueSize]
 
std::uint32_t putIdx
 
std::uint32_t getIdx
 
std::uint32_t count
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
kKeyQueueSize 

Member Data Documentation

◆ buffer

KeyRecord RE::GFxKeyboardState::KeyQueue::buffer[kKeyQueueSize]

◆ count

std::uint32_t RE::GFxKeyboardState::KeyQueue::count

◆ getIdx

std::uint32_t RE::GFxKeyboardState::KeyQueue::getIdx

◆ putIdx

std::uint32_t RE::GFxKeyboardState::KeyQueue::putIdx

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