Let SDL notify on Clipboard changes, progress on catching clipboard get/set failure (locked clipboard)

This commit is contained in:
Joshua Granick
2018-11-15 10:23:52 -08:00
parent 4735ed6c03
commit c49a90d451

View File

@@ -67,9 +67,11 @@ class Clipboard {
private static function get_text ():String {
// #if flash
// Native clipboard calls __update when clipboard changes
#if (flash || js || html5)
__update ();
// #end
#end
return _text;