feat: expose Device and WindowHandle on UiBuilder

This commit is contained in:
goat 2021-01-21 14:16:26 +01:00
parent 3fe6e45b68
commit 0cea6ffe10
4 changed files with 21 additions and 3 deletions

View file

@ -12,6 +12,10 @@ namespace Dalamud
/// <summary>
/// Class facilitating safe memory access
/// </summary>
/// <remarks>
/// Attention! The performance of these methods is severely worse than regular <see cref="Marshal"/> calls.
/// Please consider using these instead in performance-critical code.
/// </remarks>
public static class SafeMemory
{
private static readonly IntPtr Handle;