mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
7 lines
221 B
JavaScript
7 lines
221 B
JavaScript
(function () {
|
|
var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
|
this.clickDownOnEntity = function (entityID, mouseEvent) {
|
|
tablet.loadQMLSource("hifi/AvatarApp.qml");
|
|
};
|
|
}
|
|
);
|