Ryujinx/Ryujinx.Input
TSRBerry 51b3953cfc
[Headless] Add missing arguments & Fix typos (#4193)
* headless: Fix typos in command line options

* Remove nullable from command line options

Add EnableMacroHLE option
Add HideCursorOnIdle option

* headless: Adjust enable-ptc help text

* headless: Use switch statement instead of if-else chain

* headless: Improve formatting for long constructors

* headless: Remove discards from SDL_ShowCursor()

* headless: Add window icon

* Fix hiding cursor on idle

At least on Wayland, SDL2 doesn't produce any mouse motion events.

* Add new command line args: BaseDataDir and UserProfile

* headless: Read icon from embedded resource

* headless: Skip SetWindowIcon() on Windows if dll isn't present

* headless: Fix division by zero

* headless: Fix command line options not working correctly

* headless: Fix crash when viewing command line options

* headless: Load window icon bmp from memory

* Add comment to the workaround for SDL_LoadBMP_RW

* headless: Enable logging to file by default

* headless: Add 3 options for --hide-cursor

Replaces --disable-hide-cursor-on-idle
2023-01-09 04:55:37 +01:00
..
Assigner Miria: The Death of OpenTK 3 (#2194) 2021-04-14 12:28:43 +02:00
HLE [Headless] Add missing arguments & Fix typos (#4193) 2023-01-09 04:55:37 +01:00
Motion Reduce usage of Marshal.PtrToStructure and Marshal.StructureToPtr (#3805) 2022-11-24 15:26:29 +01:00
GamepadButtonInputId.cs Miria: The Death of OpenTK 3 (#2194) 2021-04-14 12:28:43 +02:00
GamepadFeaturesFlag.cs Miria: The Death of OpenTK 3 (#2194) 2021-04-14 12:28:43 +02:00
GamepadStateSnapshot.cs Miria: The Death of OpenTK 3 (#2194) 2021-04-14 12:28:43 +02:00
IGamepad.cs Implement vibrations (#2468) 2021-08-05 00:39:40 +02:00
IGamepadDriver.cs Miria: The Death of OpenTK 3 (#2194) 2021-04-14 12:28:43 +02:00
IKeyboard.cs Miria: The Death of OpenTK 3 (#2194) 2021-04-14 12:28:43 +02:00
IMouse.cs Add Direct Mouse Support (#2374) 2021-06-24 02:09:08 +02:00
Key.cs Avalonia UI - Part 1 (#3270) 2022-05-15 13:30:15 +02:00
KeyboardStateSnapshot.cs Miria: The Death of OpenTK 3 (#2194) 2021-04-14 12:28:43 +02:00
MotionInputId.cs Miria: The Death of OpenTK 3 (#2194) 2021-04-14 12:28:43 +02:00
MouseButton.cs Add TouchScreen Manager (#2333) 2021-06-14 08:42:55 +02:00
MouseStateSnapshot.cs Add Direct Mouse Support (#2374) 2021-06-24 02:09:08 +02:00
Ryujinx.Input.csproj Use NuGet Central Package Management to manage package versions solution-wise (#4095) 2022-12-12 16:03:10 +01:00
StickInputId.cs Miria: The Death of OpenTK 3 (#2194) 2021-04-14 12:28:43 +02:00