I'm guessing the codes come from GLUT, which I know nothing about.
Steve mentioned his keyboard library. I'm not sure where to find that. Maybe he'll chime in again? Steve chimed in as I was typing. Thank you, sir!
Maybe after some sleep I'll look into using the Windows API to get Windows scancodes, but my brain is fried for the day.
Steve mentioned his keyboard library. I'm not sure where to find that. Maybe he'll chime in again? Steve chimed in as I was typing. Thank you, sir!
Maybe after some sleep I'll look into using the Windows API to get Windows scancodes, but my brain is fried for the day.
Code: (Select All)
bed:
sleep (28800)
_BLINK
_BLINK
_BLINK
_BLINK
GOTO Wake_Up
Wake_Up:
GET (Up, Eventually)
DO
Stuff
LOOP
GOTO bed