mirror of
https://github.com/babalae/better-genshin-impact
synced 2025-01-07 03:17:16 +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;
|
|
}
|