Can we get similar command as in BlitzPlus, becose I like this command very much :). Its fun to make macros with this and api commands mouse_event & SetCursorPos
DesktopBuffer()
BlitzMax Forums/BlitzMax Programming/DesktopBuffer() Getting access to the desktop `backbuffer` would be nice. Getting access in memory to ANY backbuffer would be nice.
If you are capable of using api commands you shouldn't have much problems creating a "DesktopBuffer()" command yourself ... just check out the driver implementation where it sets the target and create an extended version of it for your needs :)
AngelDaniel: You have access to all backbuffers that are there: Draw something or grab something ... thats the only backbuffer OpenGL knows of ...
AngelDaniel: You have access to all backbuffers that are there: Draw something or grab something ... thats the only backbuffer OpenGL knows of ...
Dreamora, ive used api often but could you give examples?