mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-12 23:37:10 +01:00
8 lines
No EOL
164 B
Text
8 lines
No EOL
164 B
Text
function tooltipHotkey(text, context, name) constructor {
|
|
self.text = text;
|
|
self.hotkey = getHotkey(context, name);
|
|
|
|
static drawTooltip = function() {
|
|
|
|
}
|
|
} |