10-16-2023, 01:00 AM
_PRINTSTRING (x,y,imagehandle),string
May I ask: If we can have output directing to image handles... why not another window? Don't really need a complex event model in QB64 for that do we?
Screen _newimage(W,H,mode),windowhandle would be awesome, with windowhandle being managed for the QB64 programmer as any other image handle so pset(x,y),color,imagehandle could use the windowhandle similar to the imagehandle if making such modifications.
May I ask: If we can have output directing to image handles... why not another window? Don't really need a complex event model in QB64 for that do we?
Screen _newimage(W,H,mode),windowhandle would be awesome, with windowhandle being managed for the QB64 programmer as any other image handle so pset(x,y),color,imagehandle could use the windowhandle similar to the imagehandle if making such modifications.