mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
feat: expose Device and WindowHandle on UiBuilder
This commit is contained in:
parent
3fe6e45b68
commit
0cea6ffe10
4 changed files with 21 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue