quakeforge/ruamoko/qwaq/device/nameview.h
Bill Currie 4057500acc [qwaq] Implement device management for input-app
Currently shows only the axes (along with dev "path" and name), but it
has done a good job of pushing dev of other bits of code :)
2021-09-25 14:22:19 +09:00

13 lines
247 B
Objective-C

#ifndef __qwaq_debugger_nameview_h
#define __qwaq_debugger_nameview_h
#include "ruamoko/qwaq/debugger/views/defview.h"
@interface NameView : View
{
string name;
}
+(NameView *)withName:(string)name;
@end
#endif//__qwaq_debugger_nameview_h