Beispiel #1
0
// Allows to speed up drawing by holding the display . Only bitmap functions and font
// drawing, as well as tranformations shouldbe done until the hold is released
func HoldBitmapDrawing(hold bool) {
	C.al_hold_bitmap_drawing(b2cb(hold))
}
Beispiel #2
0
func HoldBitmapDrawing(hold bool) {

	C.al_hold_bitmap_drawing(C.bool(hold))

}