| 
    CommonLibSSE NG
    
   | 
 
#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 | 
| KeyRecord RE::GFxKeyboardState::KeyQueue::buffer[kKeyQueueSize] | 
| std::uint32_t RE::GFxKeyboardState::KeyQueue::count | 
| std::uint32_t RE::GFxKeyboardState::KeyQueue::getIdx | 
| std::uint32_t RE::GFxKeyboardState::KeyQueue::putIdx |