Merge pull request #101546 from bruvzg/portal_color_picker

[Linux] Implement native color picker.
This commit is contained in:
Thaddeus Crews 2025-03-17 10:52:29 -05:00
commit 49fcd4ce46
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
11 changed files with 348 additions and 51 deletions

View file

@ -331,6 +331,10 @@ private:
void _block_input_on_popup_show();
void _enable_input_on_popup_hide();
// Native color picking.
void _pick_button_pressed_native();
void _native_cb(bool p_status, const Color &p_color);
// Legacy color picking.
void _pick_button_pressed_legacy();
void _picker_texture_input(const Ref<InputEvent> &p_event);