Open Reality Reference Guide
 
Loading...
Searching...
No Matches
FBEventInput Class Reference

Input event class. More...

#include <fbcontrols.h>

Inheritance diagram for FBEventInput:

Public Member Functions

 FBEventInput (HKEventBase pEvent)
 Constructor.
 
- Public Member Functions inherited from FBEvent
 FBEvent (HKEvent pEvent)
 Constructor.
 

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.
 
- Public Attributes inherited from FBEvent
FBPropertyInt Type
 Read Only Property: Type of event.
 

Detailed Description

Input event class.

Definition at line 457 of file fbcontrols.h.

Constructor & Destructor Documentation

◆ FBEventInput()

FBEventInput ( HKEventBase  pEvent)

Constructor.

Parameters
pEventBase event (internal) to obtain information from.

Member Data Documentation

◆ InputType

FBPropertyInputType InputType

Read Only Property: Input type.

Definition at line 465 of file fbcontrols.h.

◆ Key

Read Only Property: Input key.

Definition at line 469 of file fbcontrols.h.

◆ KeyState

FBPropertyInt KeyState

Read Only Property: State of key.

Definition at line 470 of file fbcontrols.h.

◆ MouseButton

FBPropertyInt MouseButton

Read Only Property: Mouse Button.

Definition at line 468 of file fbcontrols.h.

◆ MouseWheelDelta

FBPropertyInt MouseWheelDelta

Read Only Property: Wheel Delta.

Definition at line 472 of file fbcontrols.h.

◆ Pressure

FBPropertyInt Pressure

Read Only Property: Pressure.

Definition at line 471 of file fbcontrols.h.

◆ X

Read Only Property: Mouse X Position.

Definition at line 466 of file fbcontrols.h.

◆ Y

Read Only Property: Mouse Y Position.

Definition at line 467 of file fbcontrols.h.


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