diff --git a/content/pages/input.md b/content/pages/input.md new file mode 100644 index 0000000..f8b8b86 --- /dev/null +++ b/content/pages/input.md @@ -0,0 +1,14 @@ +Title: Input + +## Mouse / Magic Remote + +* Framerate limitation of mouse cursor with wayland +* How to get raw mouse input + +## Gamepad + +* HIDRAW on webOS 5+ +* Limitations on webOS 4.x and below +* Hotplug workaround + * webOS 5.x+ + * webOS 4.x and below \ No newline at end of file diff --git a/content/pages/wayland.md b/content/pages/wayland.md new file mode 100644 index 0000000..33bb3bc --- /dev/null +++ b/content/pages/wayland.md @@ -0,0 +1,10 @@ +Title: Wayland + +TODO: Guide on how to develop native wayland app for different webOS versions. +It should include the following: + +* What wayland capabilities does webOS provide +* How to link against `libwayland-client`, etc. in webOS +* How to deal with broken ABI +* How to deal with webOS specific behaviors (multiple seats, etc.) +* Code references ([SDL-webOS](https://github.com/webosbrew/SDL-webOS)) \ No newline at end of file