mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-11 00:49:58 +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;
|
|
}
|