09-12-2022, 04:09 PM
(This post was last modified: 09-12-2022, 04:19 PM by SpriggsySpriggs.)
@madscijr
The main thing is the callback stuff. You're going to want a main loop like a DO or a WHILE. We'd still have to grab those WM_MOUSEMOVE and WM_INPUT messages with that SELECT CASE block, though. Getting the callback stuff changed over is what will jumpstart everything else.
P.S. I replied to your thread about MIDI/WAV stuff. https://staging.qb64phoenix.com/showthre...43#pid6543
The main thing is the callback stuff. You're going to want a main loop like a DO or a WHILE. We'd still have to grab those WM_MOUSEMOVE and WM_INPUT messages with that SELECT CASE block, though. Getting the callback stuff changed over is what will jumpstart everything else.
P.S. I replied to your thread about MIDI/WAV stuff. https://staging.qb64phoenix.com/showthre...43#pid6543
Ask me about Windows API and maybe some Linux stuff