mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 21:56:14 +02: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");
|
|
};
|
|
}
|
|
);
|