MCPcopy Create free account
hub / github.com/SpartanJ/eepp / isType

Method isType

src/eepp/ui/uitextinput.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88bool UITextInput::isType( const Uint32& type ) const {
89 return UITextInput::getType() == type ? true : UITextView::isType( type );
90}
91
92void UITextInput::scheduledUpdate( const Time& time ) {
93 updateWaitingCursor( time );

Callers 1

onCreateContextMenuMethod · 0.45

Calls 2

isTypeFunction · 0.85
getTypeFunction · 0.50

Tested by

no test coverage detected