EventType3D()

语法

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

参数

无.

返回值

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).

参阅

WindowEvent3D()

已支持操作系统

所有

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