mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-15 07:43:20 +08:00
8 lines
202 B
C#
8 lines
202 B
C#
namespace Fischless.HotkeyCapture;
|
|
|
|
internal sealed class SystemErrorCodes
|
|
{
|
|
public const int ERROR_HOTKEY_ALREADY_REGISTERED = 0x581;
|
|
public const int ERROR_HOTKEY_NOT_REGISTERED = 0x58B;
|
|
}
|