Copy as Markdown
Other Tools
// GENERATED CODE
// Generated by the Java program at /build/annotationProcessors at compile time
// from annotations on Java methods. To update, change the annotations on the
// corresponding Java methods and rerun the build. Manually updating this file
// will cause your build to fail.
#ifndef mozilla_java_AndroidGamepadManagerNatives_h
#define mozilla_java_AndroidGamepadManagerNatives_h
#ifndef MOZ_PREPROCESSOR
#include "mozilla/java/AndroidGamepadManagerWrappers.h"
#include "mozilla/jni/Natives.h"
#endif
namespace mozilla {
namespace java {
template<class Impl>
class AndroidGamepadManager::Natives : public mozilla::jni::NativeImpl<AndroidGamepadManager, Impl>
{
public:
static const JNINativeMethod methods[4];
};
template<class Impl>
MOZ_GLOBINIT const JNINativeMethod AndroidGamepadManager::Natives<Impl>::methods[] = {
mozilla::jni::MakeNativeMethod<AndroidGamepadManager::NativeAddGamepad_t>(
mozilla::jni::NativeStub<AndroidGamepadManager::NativeAddGamepad_t, Impl>
::template Wrap<&Impl::NativeAddGamepad>),
mozilla::jni::MakeNativeMethod<AndroidGamepadManager::NativeRemoveGamepad_t>(
mozilla::jni::NativeStub<AndroidGamepadManager::NativeRemoveGamepad_t, Impl>
::template Wrap<&Impl::NativeRemoveGamepad>),
mozilla::jni::MakeNativeMethod<AndroidGamepadManager::OnAxisChange_t>(
mozilla::jni::NativeStub<AndroidGamepadManager::OnAxisChange_t, Impl>
::template Wrap<&Impl::OnAxisChange>),
mozilla::jni::MakeNativeMethod<AndroidGamepadManager::OnButtonChange_t>(
mozilla::jni::NativeStub<AndroidGamepadManager::OnButtonChange_t, Impl>
::template Wrap<&Impl::OnButtonChange>)
};
} /* java */
} /* mozilla */
#endif // mozilla_java_AndroidGamepadManagerNatives_h