Grx.screen_get_line_offset

@accepts(int)
@returns(int)
def screen_get_line_offset(width):
    # Python wrapper for grx_screen_get_line_offset()
  

Gets the offset in bytes for a row of width pixels on the screen.

width

the width in pixels

Returns