group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
HudEmoteWheelState Struct Reference

Emote wheel state — drives the radial emote selection menu. More...

#include <HudTypes.hpp>

Public Attributes

bool open = false
 True while the Emote binding is held.
int selectedIndex = -1
 Highlighted emote sector, or -1 (none).

Detailed Description

Emote wheel state — drives the radial emote selection menu.

Item labels come from the neutral emote catalog (EmoteCatalog.hpp); the widget only needs to know whether the wheel is open and which sector is currently highlighted.

Member Data Documentation

◆ open

bool HudEmoteWheelState::open = false

True while the Emote binding is held.

◆ selectedIndex

int HudEmoteWheelState::selectedIndex = -1

Highlighted emote sector, or -1 (none).


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