Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(3DS) Program hangs when suspending software / opening keyboard applet #220

Closed
1 task done
ArsonousKnight52 opened this issue Dec 18, 2023 · 1 comment
Closed
1 task done
Labels

Comments

@ArsonousKnight52
Copy link

Software Version

3.0.0

What Happened?

Upon suspending a love potion program, or opening the keyboard applet with love.keyboard.setTextInput, when the program is resumed the game logic functions, although nothing new is drawn, causing the game to stop visually updating and appear to freeze

What was Expected?

Program resumes as normal after reopened / keyboard is closed

Code to Reproduce

input = "default"

function love.gamepadpressed()
    love.keyboard.setTextInput(true)
end

function love.textinput(text)
    input = text
end

function love.draw(screen)
    if screen == "bottom" then return end
    love.graphics.print(input)
end

Console

Nintendo 3DS

Firmware Version(s)

11.17.0-50E

Custom Firmware Version

13.0.2

Execution Method

Homebrew Menu

Code of Conduct

  • I have read the Code of Conduct and agree to these terms
@TurtleP
Copy link
Collaborator

TurtleP commented Mar 25, 2024

Fixed with 5705bdb

@TurtleP TurtleP closed this as completed Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants