PROTO::KLUDGE  0.1
Quick prototyping library for games using SDL and OpenGL.
SensorData.hpp File Reference

Go to the source code of this file.

Classes

class  pk::SensorData
 A class wrapping some user data for Box2D fixtures. Includes data for number of contacts being made to the sensor and an ID useful for identifying fixtures when a contact triggers a Box2D contact listener event. More...
 

Namespaces

 pk
 

Enumerations

enum  pk::SensorType { pk::FOOT, pk::LEFT, pk::RIGHT, pk::TOP }
 The type of sensor data represented. More...