2 #ifndef GAINPUTINPUTDEVICETOUCH_H_ 3 #define GAINPUTINPUTDEVICETOUCH_H_ 48 class InputDeviceTouchImpl;
83 size_t GetAnyButtonDown(
DeviceButtonSpec* outButtons,
size_t maxButtonCount)
const;
85 size_t GetButtonName(
DeviceButtonId deviceButton,
char* buffer,
size_t bufferLength)
const;
92 InputDeviceTouchImpl*
GetPimpl() {
return impl_; }
100 InputDeviceTouchImpl* impl_;