ruffle-rs / ruffle

A Flash Player emulator written in Rust
https://ruffle.rs
Other
15.65k stars 809 forks source link

screen rotation #10342

Open soundsnow opened 1 year ago

soundsnow commented 1 year ago

I used to make two 4 in 1 swf games when I was a kid game 1 level 1: horizontal platformer level 2: vertical shooter level 3: vertical tower level 4: horizontal shooter

game 2 my homebrew tetris When you reach a certain score, the game will flip/rotate the screen to a certain angle to increase the difficulty

Hardware If you have a rotating monitor, it will be very simple. Software Otherwise, only the flash player can rotate the screen

Screen Rotation: 0, CW 90°, 180°, CCW 90°

for @torokati44 portion The two corners of the Status bar (Top in Portrait, Left/Right in Landscape) and the Navigation bar (Bottom in Portrait, Left/Right in Landscape) are rounded rectangles, please do not let the virtual buttons touch those areas allow hide virtual keyboard in portrait

n0samu commented 1 year ago

Hi, please attach a specific SWF file to your issue and explain what Ruffle is doing incorrectly, otherwise we cannot help you.