Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ isWhitespace
Function
isWhitespace
MyGUIEngine/src/MyGUI_EditBox.cpp:302–305 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
300
}
301
302
static bool isWhitespace(const UString::code_point& c)
303
{
304
return c ==
' '
|| c ==
'\t'
;
305
}
306
307
static EditCommand ToEditCommand(KeyCode key, const InputManager& input)
308
{
Callers
1
onKeyButtonPressed
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected