-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |