Hi,
I'm trying to access the float ( 'C' 32bit float ) in the following callback.
The callback is called correctly and the two ints and two pointers are correct, but the float prints as -NaN.
CallDef: int scrollWheel-cb( *, float, int, int, *):
cr ." wheelcb " . . . . f. 0 ;
What do I need to to do to access the float correctly?
I'm using VFX Forth 5.41 on Windows 10.
Thanks.