DesktopBuffer()

BlitzMax Forums/BlitzMax Programming/DesktopBuffer()

nawi(Posted 2005) [#1]
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


ImaginaryHuman(Posted 2005) [#2]
Getting access to the desktop `backbuffer` would be nice. Getting access in memory to ANY backbuffer would be nice.


Dreamora(Posted 2005) [#3]
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 ...


nawi(Posted 2005) [#4]
Dreamora, ive used api often but could you give examples?