Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jan 06:57

Changes in v1.3.0 compared to v1.2.1

  • new library functions giza_set_motion_callback and giza_end_motion_callback
  • can now specify a callback function func(x,y,mode) that will be called every time the cursor moves
  • implemented giza_axis and giza_tick with replacement functionality for PGAXIS and PGTICK (#12)
  • Fortran API no longer trims text strings before passing them to giza routines. This enables one to send a string of blank characters with an opaque background colour in order to erase previously drawn text