Short: Grab OS3.0 mouse pointers as C code. Author: david-ek@dsv.su.se Uploader: david-ek dsv su se Type: gfx/misc Architecture: m68k-amigaos Presentation GrabPointer is a program for programmers. It is capable of grabbing new "pointerclass" pointers from new OS3.0 conforming software. It will generate C source code on success. Background When playing around with some new software for the Amiga I found out that one of them used a pretty nice mouse pointer to indicate some graphical operation. I wanted that pointer for my own code. Enter Iconizer! No, Iconizer couldn't do it. Enter ADPro! No, ADPro couldn't do it either. I found out that these programs are only capable of grabbing "old" pointers from old programs so I spent one day writing GrabPointer and one night writing this and here it is! /David Ekholm