mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-06 00:32:01 +02:00
* refactor: merge two overlay offScreenBrowser into one * Electron support for shared overlay * Separate overlay into its own process * fix: invalid overlay texture size * Handle duplicate processes * Remove logging --------- Co-authored-by: pa <maplenagisa@gmail.com> Co-authored-by: rs189 <35667100+rs189@users.noreply.github.com>
9 lines
122 B
C#
9 lines
122 B
C#
namespace VRCX;
|
|
|
|
public enum OverlayMessageType
|
|
{
|
|
OverlayConnected,
|
|
JsFunctionCall,
|
|
UpdateVars,
|
|
IsHmdAfk
|
|
} |