48 vector<string> buttonElements = Util::Split<vector<string>,
string>(elementName.c_str(),
'_');
49 assert(buttonElements.size() == 2 &&
"Invalid joystick element name!");
51 ret.
_elementIndex = Util::ConvertData<U8, string>(buttonElements[1]);
57 : _deviceIndex(deviceIndex),
58 _sourceWindow(sourceWindow)
74 , _wheelEvent(wheelEvent)
bool CompareIgnoreCase(const char *a, const char *b) noexcept
Handle console commands that start with a forward slash.
eastl::vector< Type > vector
TextEvent(DisplayWindow *sourceWindow, U8 deviceIndex, const char *text) noexcept