Skip to content

Commit

Permalink
added some todos
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Apr 27, 2024
1 parent b496352 commit 411b0a5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
14 changes: 14 additions & 0 deletions content/pages/input.md
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions content/pages/wayland.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 411b0a5

Please sign in to comment.