OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ContactListener
(Results
1 - 6
of
6
) sorted by null
/external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
ContactListener.java
19
public interface
ContactListener
{
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/
ContactListener.java
19
public interface
ContactListener
{
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/callbacks/
ContactListener.java
43
public interface
ContactListener
{
/external/libgdx/extensions/gdx-bullet/jni/src/custom/gdx/collision/
ContactListener.cpp
1
#include "
ContactListener
.h"
3
ContactListener
*currentContactAddedListener = 0;
4
ContactListener
*currentContactProcessedListener = 0;
5
ContactListener
*currentContactDestroyedListener = 0;
6
ContactListener
*currentContactStartedListener = 0;
7
ContactListener
*currentContactEndedListener = 0;
207
ContactListener
::
ContactListener
(bool dummy)
210
ContactListener
::~
ContactListener
() {
[
all
...]
ContactListener.h
85
class
ContactListener
{
91
ContactListener
(bool dummy);
92
virtual ~
ContactListener
();
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
ContactListener.java
18
public class
ContactListener
extends BulletBase {
21
protected
ContactListener
(final String className, long cPtr, boolean cMemoryOwn) {
26
/** Construct a new
ContactListener
, normally you should not need this constructor it's intended for low-level usage. */
27
public
ContactListener
(long cPtr, boolean cMemoryOwn) {
28
this("
ContactListener
", cPtr, cMemoryOwn);
39
public static long getCPtr(
ContactListener
obj) {
76
public
ContactListener
() {
83
private
ContactListener
(boolean dummy) {
Completed in 1069 milliseconds