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