FBEventInput Class Reference
 
 
 
FBEventInput Class Reference

This reference page is linked to from the following overview topics: Events & callbacks.


#include <fbcontrols.h>


Class Description

Input event class.

Definition at line 451 of file fbcontrols.h.

Inheritance diagram for FBEventInput:
FBEvent

Public Member Functions

  FBEventInput (HKEventBase pEvent)
  Constructor.
void  PropertyAdd (FBProperty *)
  Empty function to avoid creating property container object.

Public Attributes

FBPropertyInputType  InputType
  Read Only Property: Input type.
FBPropertyInt  X
  Read Only Property: Mouse X Position.
FBPropertyInt  Y
  Read Only Property: Mouse Y Position.
FBPropertyInt  MouseButton
  Read Only Property: Mouse Button.
FBPropertyInt  Key
  Read Only Property: Input key.
FBPropertyInt  KeyState
  Read Only Property: State of key.
FBPropertyInt  Pressure
  Read Only Property: Pressure.
FBPropertyInt  MouseWheelDelta
  Read Only Property: Wheel Delta.
FBPropertyInt  Type
  Read Only Property: Type of event.

Protected Attributes

HKEventBase  mEvent
  Internal Event pointer.

Constructor & Destructor Documentation

FBEventInput::FBEventInput ( HKEventBase  pEvent )

Constructor.

Parameters:
pEvent Base event (internal) to obtain information from.

Member Function Documentation

void FBEvent::PropertyAdd ( FBProperty ) [inline, inherited]

Empty function to avoid creating property container object.

Definition at line 907 of file fbcomponent.h.

:

Member Data Documentation

FBPropertyInputType FBEventInput::InputType

Read Only Property: Input type.

Definition at line 459 of file fbcontrols.h.

Read Only Property: Mouse X Position.

Definition at line 460 of file fbcontrols.h.

Read Only Property: Mouse Y Position.

Definition at line 461 of file fbcontrols.h.

Read Only Property: Mouse Button.

Definition at line 462 of file fbcontrols.h.

Read Only Property: Input key.

Definition at line 463 of file fbcontrols.h.

Read Only Property: State of key.

Definition at line 464 of file fbcontrols.h.

Read Only Property: Pressure.

Definition at line 465 of file fbcontrols.h.

Read Only Property: Wheel Delta.

Definition at line 466 of file fbcontrols.h.

Read Only Property: Type of event.

Reimplemented in FBEventAnimationNode, FBEventSceneChange, FBEventTakeChange, and FBEventFileChange.

Definition at line 900 of file fbcomponent.h.

HKEventBase FBEvent::mEvent [protected, inherited]

Internal Event pointer.

Definition at line 904 of file fbcomponent.h.


The documentation for this class was generated from the following file: