styyx-util 1.0
Utility Header for SKSE Plugin development
Loading...
Searching...
No Matches
FUCK::ManagedHotkey Struct Reference

#include <FUCK_API.h>

Public Member Functions

void Clear ()

Public Attributes

std::uint32_t kKey = 0
std::uint32_t gKey = 0
std::int32_t kMod1 = -1
std::int32_t gMod1 = -1
std::int32_t kMod2 = -1
std::int32_t gMod2 = -1
bool isBinding = false
bool wasTriggered = false
bool waitForRelease = false
bool disallowModifiers = false

Member Function Documentation

◆ Clear()

void FUCK::ManagedHotkey::Clear ( )
inline

Member Data Documentation

◆ disallowModifiers

bool FUCK::ManagedHotkey::disallowModifiers = false

◆ gKey

std::uint32_t FUCK::ManagedHotkey::gKey = 0

◆ gMod1

std::int32_t FUCK::ManagedHotkey::gMod1 = -1

◆ gMod2

std::int32_t FUCK::ManagedHotkey::gMod2 = -1

◆ isBinding

bool FUCK::ManagedHotkey::isBinding = false

◆ kKey

std::uint32_t FUCK::ManagedHotkey::kKey = 0

◆ kMod1

std::int32_t FUCK::ManagedHotkey::kMod1 = -1

◆ kMod2

std::int32_t FUCK::ManagedHotkey::kMod2 = -1

◆ waitForRelease

bool FUCK::ManagedHotkey::waitForRelease = false

◆ wasTriggered

bool FUCK::ManagedHotkey::wasTriggered = false

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