mirror of
https://github.com/babalae/better-genshin-impact
synced 2025-01-07 03:17:16 +08:00
9 lines
132 B
C#
9 lines
132 B
C#
namespace Fischless.GameCapture;
|
|
|
|
public enum CaptureModes
|
|
{
|
|
BitBlt,
|
|
WindowsGraphicsCapture,
|
|
DwmGetDxSharedSurface
|
|
}
|