Public Member Functions | Public Attributes

sp::tool::InputService::SEvent Struct Reference

Event entry structure. Each event can have several entries (to have an alternative input). More...

#include <spUtilityInputService.hpp>

List of all members.

Public Member Functions

 SEvent ()
 ~SEvent ()
bool operator== (const SEvent &Other) const

Public Attributes

io::EInputTypes Type
 Input type (keyboard, mouse, mouse-wheel, joystick).
s32 KeyCode
 Keycode number. Cast to io::EKeyCodes, io::EMouseKeyCodes, io::EMouseWheelMotions or io::EJoystickKeyCodes.
s32 Number
 Gamepad number.

Detailed Description

Event entry structure. Each event can have several entries (to have an alternative input).


Constructor & Destructor Documentation

sp::tool::InputService::SEvent::SEvent (  ) 
sp::tool::InputService::SEvent::~SEvent (  ) 

Member Function Documentation

bool sp::tool::InputService::SEvent::operator== ( const SEvent Other  )  const

Member Data Documentation

Keycode number. Cast to io::EKeyCodes, io::EMouseKeyCodes, io::EMouseWheelMotions or io::EJoystickKeyCodes.

Gamepad number.

Input type (keyboard, mouse, mouse-wheel, joystick).


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines