Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JSHandlerCall Struct Reference

Public Member Functions

 JSHandlerCall ()
 
 JSHandlerCall (KBHandler function, const KBData &data)
 

Public Attributes

KBHandler function
 
KBData data
 

Detailed Description

Definition at line 10 of file in_sdl.cpp.

Constructor & Destructor Documentation

JSHandlerCall::JSHandlerCall ( )
inline

Definition at line 14 of file in_sdl.cpp.

References DefaultJoyHandler().

15  {
16  function = DefaultJoyHandler;
17  }
JSHandlerCall::JSHandlerCall ( KBHandler  function,
const KBData data 
)
inline

Definition at line 18 of file in_sdl.cpp.

References data.

19  {
20  this->function = function;
21  this->data = data;
22  }

Member Data Documentation

KBData JSHandlerCall::data

Definition at line 13 of file in_sdl.cpp.

Referenced by JSHandlerCall(), and ProcessJoystick().

KBHandler JSHandlerCall::function

Definition at line 12 of file in_sdl.cpp.

Referenced by ProcessJoystick().


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