EventType3D()

Syntax

Result = EventType3D()
Description
After a WindowEvent3D() function, use this function to determine of which type the event is.

Parameters

None.

Return value

The following values are possible, if an event of the type #PB_Event3D_Gadget (library Gadget3D) occurs:
  #PB_EventType3D_Focus    : Get the focus.
  #PB_EventType3D_LostFocus: Lose the focus.
  #PB_EventType3D_Change   : Content change.
The following gadgets support EventType3D():

- SpinGadget3D()
- StringGadget3D()

(See the gadget definition to see which events are supported).

See Also

WindowEvent3D()

Supported OS

All

<- EventGadget3D() - Window3D Index - EventWindow3D() ->