mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Merge pull request #101546 from bruvzg/portal_color_picker
[Linux] Implement native color picker.
This commit is contained in:
commit
49fcd4ce46
11 changed files with 348 additions and 51 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue