Example #1
0
func IsBitmapDrawingHeld() bool {
	var b bool

	b = bool(C.al_is_bitmap_drawing_held())

	return b
}
Example #2
0
// Returns whether or not the bitmap drawing was held
func IsBitmapDrawingHeld() bool {
	return cb2b(C.al_is_bitmap_drawing_held())
}