May 23, 20179 yr Commercial Member Well, they've always been there but I've never got any sense out of them! In fsxgauges.sp2.h the following mouse cursors exist:- typedef enum { CURSOR_NONE = -1, --> What it says CURSOR_NORMAL = 0, --> Gives the current standard Windows cursor CURSOR_UPARROW, --> Hand with plus sign CURSOR_DOWNARROW, --> Hand with minus sign CURSOR_LEFTARROW, --> Hand with plus sign **** CURSOR_RIGHTARROW, --> Hand with minus sign **** CURSOR_HAND, --> What it says CURSOR_CROSSHAIR, --> Gives CURSOR_HAND **** CURSOR_GRAB, --> What it says } CURSOR_TYPE; Can anyone shed any light on ****? Has anyone ever got them to display as the names suggest? Or is it to do with the theme selected in Windows (I have always stuck with the default one)? -Dai
Archived
This topic is now archived and is closed to further replies.