Lenny Face-er
- 3 Devlogs
- 2 Total hours
An application that allows you to copy Lenny Faces at any time by pressing Ctrl+Shift+Alt+L. Gone are the days of searching them up on Google!
An application that allows you to copy Lenny Faces at any time by pressing Ctrl+Shift+Alt+L. Gone are the days of searching them up on Google!
Holy cow, I fixed the scrolling issue! The code was working all along, it was just that I divided systems between Linux and Windows/Mac. I took delta and divided it by 120 for Windows AND Mac, but delta on Mac is so small that dividing it by 120 basically turns it into 0, so no scrolling occurred. I’ve fixed that, with the code shown below.
The hotkey combination for opening the Lenny Face-er is Ctrl+Alt+Shift+L. Just added some (suspicious) code that makes it so when you press that combination again, it closes the popup. The highlighted sections in the screenshot show how it works, though it’s kind of suspicious as popup is set to None at first. (I wrote a lot in this devlog cuz the last one was… empty T-T)
Lenny Face-er Prototype complete