MCPcopy Create free account
hub / github.com/OpenStickCommunity/GP2040-CE / setInputMask

Method setInputMask

headers/display/ui/elements/GPButton.h:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 void draw();
12 GPButton* setSize(uint16_t sizeX, uint16_t sizeY) { this->_sizeX = sizeX; this->_sizeY = sizeY; return this; }
13 GPButton* setInputMask(int16_t inputMask) { this->_inputMask = inputMask; return this; }
14 GPButton* setInputDirection(bool inputDirection) { this->_inputDirection = inputDirection; return this; }
15 GPButton* setInputType(GPElement inputType) { this->_inputType = inputType; return this; }
16 GPButton* setAngle(double angle) { this->_angle = angle; return this; }

Callers 1

addButtonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected