mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 20:54:16 +01:00
Use external library for API interface and IPC.
This commit is contained in:
parent
b3f048bfe6
commit
918d5db6a6
69 changed files with 4026 additions and 1873 deletions
9
tmp/Enums/MouseButton.cs
Normal file
9
tmp/Enums/MouseButton.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Penumbra.Api.Enums;
|
||||
|
||||
public enum MouseButton
|
||||
{
|
||||
None,
|
||||
Left,
|
||||
Right,
|
||||
Middle,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue