📄️ Color
Color 类提供处理 RGBW 颜色、缩放亮度和颜色格式转换的方法。
📄️ Dimension
Dimension 类表示二维尺寸或大小,提供了面积计算和比较等操作的实用函数。
📄️ EDirection
The EDirection enum represents various directional values used for orientation or rotation. Multiple aliases are provided for each direction for flexibility and convenience.
📄️ Fract16
The Fract16 class represents a 16-bit fractional value, providing utilities for scaling and comparison, with built-in type conversions and operators.
📄️ HID Specs
This header file provides a detailed reference for various HID (Human Interface Device) keycodes used across keyboard, mouse, gamepad, and consumer devices. Each section defines specific keycode enums and their usage.
📄️ KeyEvent
The KeyEvent structure represents an event triggered by input interaction, containing information about the key and its associated details.
📄️ KeyInfo
The KeyInfo struct represents the state and properties of a key of the device.
📄️ MidiPacket
MidiPacket 类封装了 MIDI 消息,包括其端口、状态和数据。它提供了创建、分析和操作 MIDI 消息的实用方法。
📄️ Point
Point 类表示具有 x 和 y 坐标的二维点。它提供了各种数学运算和变换的实用函数,包括旋转。