|
Inherits Event.
Inherited by AxisEventImpl.
List of all members.
Detailed Description
Description of game controller axis change event.
Member Function Documentation
| virtual int AxisEvent::getAxis |
( |
|
) |
const [pure virtual] |
|
|
|
Get the axis index. -
Scripted as
-
[r/o int] axis
|
| virtual int AxisEvent::getDevice |
( |
|
) |
const [pure virtual] |
|
|
|
Get the device index. -
Scripted as:
-
[r/o int] device
|
| virtual Float AxisEvent::getPosition |
( |
|
) |
const [pure virtual] |
|
|
|
Get the axis position. -
Scripted as:
-
[r/o float] position
|
| virtual bool AxisEvent::initialize |
( |
int |
device, |
|
|
int |
axis, |
|
|
Float |
pos |
|
) |
[pure virtual] |
|
|
|
Prepare a new event. -
Parameters:
-
| device |
The controller index. |
| axis |
The axis index. |
| pos |
The current position of the axis. |
|
The documentation for this struct was generated from the following file:
Flat Four Engine
Copyright (C) 2001 by 379, Inc.
|
This page generated by Doxygen
|
|