mirror of
https://github.com/jkocon/g-helper.git
synced 2026-04-10 13:00:26 +02:00
Allow subclasses to read whether packet logger is enabled or not
This commit is contained in:
@@ -288,7 +288,7 @@ namespace GHelper.Peripherals.Mouse
|
||||
}
|
||||
}
|
||||
|
||||
private static bool IsPacketLoggerEnabled()
|
||||
protected static bool IsPacketLoggerEnabled()
|
||||
{
|
||||
#if DEBUG
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user