mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
[Linux] Implement native color picker.
This commit is contained in:
parent
f60f69aa57
commit
05ca80632d
11 changed files with 348 additions and 51 deletions
|
|
@ -308,6 +308,10 @@ private:
|
|||
void _update_menu_items();
|
||||
void _options_menu_cbk(int p_which);
|
||||
|
||||
// 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