MCPcopy Create free account
hub / github.com/DarthTon/Xenos / integer

Method integer

src/EditBox.hpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 virtual inline long integer() { return std::wcstol( text().c_str(), nullptr, 10 ); }
23
24 virtual inline BOOL text( const std::wstring& text ) const { return Edit_SetText( _hwnd, text.c_str() ); }
25

Callers 1

SaveConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected