Viewport?

BlitzMax Forums/BlitzMax Programming/Viewport?

Tibit(Posted 2004) [#1]
I can't find Viewport. Does it exist?
If so where is it, or what is it called?
I really need it I guess, is there any workaround?


Perturbatio(Posted 2004) [#2]
try SetViewport (it's in the docs)


BlitzSupport(Posted 2004) [#3]
It's SetViewport.


Tibit(Posted 2004) [#4]
Thanks. And while I'm at it: FlipFalse and not filled rects?


matt!(Posted 2004) [#5]
Unfilled rect/oval are not possible AFAIK


Michael Reitzenstein(Posted 2004) [#6]
To disable VSync, you can call:

bglSetSwapInterval( 0 )