mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
fix: remove logging in SetCursorDetour to avoid big log files
This commit is contained in:
parent
f707bbaa06
commit
1453c2d553
1 changed files with 0 additions and 2 deletions
|
|
@ -126,8 +126,6 @@ namespace Dalamud.Interface
|
||||||
private bool lastWantCapture = false;
|
private bool lastWantCapture = false;
|
||||||
|
|
||||||
private IntPtr SetCursorDetour(IntPtr hCursor) {
|
private IntPtr SetCursorDetour(IntPtr hCursor) {
|
||||||
Log.Debug($"hCursor: {hCursor.ToInt64():X} WantCapture: {this.lastWantCapture}");
|
|
||||||
|
|
||||||
if (this.lastWantCapture == true && (!scene?.IsImGuiCursor(hCursor) ?? false))
|
if (this.lastWantCapture == true && (!scene?.IsImGuiCursor(hCursor) ?? false))
|
||||||
return IntPtr.Zero;
|
return IntPtr.Zero;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue