Opened 13 years ago
Closed 4 years ago
#7831 closed feature request (outdated)
WEBOS: Add autorotate of screen
Reported by: | SF/rsjamilla | Owned by: | ccawley2011 |
---|---|---|---|
Priority: | normal | Component: | Port: WebOS |
Version: | Keywords: | ||
Cc: | Game: |
Description
Please add autorotate for WebOS. I would prefer the game to play on the HP Touchpad with home button on the left. This is due to my case that tilts the screen with this orientation. Thanks. Otherwise the port is excellent. Really good work!
Ticket imported from: #3434102. Ticket imported from: feature-requests/647.
Change History (6)
comment:1 by , 11 years ago
Summary: | WebOS autorotate → WEBOS: Add autorotate of screen |
---|
comment:2 by , 11 years ago
Owner: | set to |
---|
comment:3 by , 11 years ago
comment:4 by , 7 years ago
Component: | → Ports |
---|
comment:5 by , 6 years ago
Component: | Ports → Port: WebOS |
---|
comment:6 by , 4 years ago
Owner: | changed from | to
---|---|
Resolution: | → outdated |
Status: | new → closed |
The WebOS port was removed in ScummVM v2.2.0.
Note:
See TracTickets
for help on using tickets.
Have looked at this. In WebOS native JS applications, this should be fairly simple i.e. change window.PalmSystem.setWindowOrientation('left'); to window.PalmSystem.setWindowOrientation('free'); thus allowing autorotation and a bit of work to deal with redrawing screen.
https://davebalmer.wordpress.com/2010/09/08/jo-and-webos-part-2-window-orientation-and-full-screen/
However, our WebOS port uses the SDL built on top of the PDL, which allows C/C++ code to be used. Unfortunately the PDL API seems to only support fixed orientations: https://developer.palm.com/content/api/reference/pdk/pdl/pdl-set-orientation.html
And even then the SDL v1.2.X library doesn't seem to support this hence: https://developer.palm.com/distribution/viewtopic.php?f=70&t=6540
Overall, this looks like it is not possible without some major work.
@Kayahr: Any POV on this? Close as later?