CommonLibSSE NG
Loading...
Searching...
No Matches
RE::GFxSpecialKeysState Class Reference

#include <GFxSpecialKeysState.h>

Public Types

enum class  Key {
  kShiftPressed = 1 << 0 , kCtrlPressed = 1 << 1 , kAltPressed = 1 << 2 , kCapsToggled = 1 << 3 ,
  kNumToggled = 1 << 4 , kScrollToggled = 1 << 5 , kInitializedBit = 1 << 7 , kInitializedMask = 0xFF
}
 

Public Attributes

std::uint8_t states
 

Member Enumeration Documentation

◆ Key

enum class RE::GFxSpecialKeysState::Key
strong
Enumerator
kShiftPressed 
kCtrlPressed 
kAltPressed 
kCapsToggled 
kNumToggled 
kScrollToggled 
kInitializedBit 
kInitializedMask 

Member Data Documentation

◆ states

std::uint8_t RE::GFxSpecialKeysState::states

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