From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83375 invoked by alias); 28 Sep 2017 10:39:28 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 83355 invoked by uid 89); 28 Sep 2017 10:39:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mout.gmx.net Received: from mout.gmx.net (HELO mout.gmx.net) (212.227.15.18) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 28 Sep 2017 10:39:25 +0000 Received: from nexoid.at ([178.79.130.240]) by mail.gmx.com (mrgmx002 [212.227.17.190]) with ESMTPSA (Nemesis) id 0LuPYt-1dF53N0FuR-011iWd for ; Thu, 28 Sep 2017 12:39:22 +0200 Received: from nexion (dyn004159.edvz.uni-linz.ac.at [140.78.4.159]) by nexoid.at (Postfix) with ESMTPSA id 49FE7BCBA for ; Thu, 28 Sep 2017 12:39:21 +0200 (CEST) From: "Peter" To: kawa mailing list Subject: Import Static and LWJGL Date: Thu, 28 Sep 2017 10:39:00 -0000 Message-ID: <87k20jxg2v.fsf@nexoid.at> MIME-Version: 1.0 Content-Type: text/plain X-UI-Out-Filterresults: notjunk:1;V01:K0:u0uQrIUe4wA=:MFANEt886GcWMrgbvM4CL9 BB8cabzWrs+YaXX25S2dKweg+beTJM+zt6Gz2W4HcpZWpxib99R8C21kWmXApoatb/wDKQnqP BfuSRyy3MLXdPtL+S6hthz7t5cquai3fxdgWHKYIRV/ya7sGHIwMcJRVh8wrrVrnKrXILr44a pTeFsTkpu82cTpxheFN6DXS18O8t6DQAYknQpyCY1FLb82fn3WcdSrxNt24XPTBdcEdLY1j1a 8kiXOdPxmyjy3C6gD10xxfUxmrD8r72/RGZjg6cXIUp5QctoQQ6mYgb2ocedB8vxj0ubqQTyg uI7UiikzuYcnFN+1nlm5kcYEbwXDDHBSMd1Vt3xAnDU8uBgc4+geN4Sf7zpzN7M7PfR9NoY2p 8OzSbpe1hOXPinyJamQK2pc/3aOpge/bH83korsz6OdqJ/pSSfFACNutwMPibdmIHbyVbjXUl ZXlJOrMpIOCmWGoZMlbsWWp1irpktZYDuXTXv5sLjKU/nL/qp3XJeITvf2d1fBibbUMH5yWbl ev5whL/kwG107++UmvNaRjvhh6EqM8aJRXV32oUgfZJOKyKosPv92oYgwnn7KmUYsxHiqjZcW s2GPAuiKAZQCmAwNVj9vl2Hvvb7DMD/+NhJf5mpImiG4vpqaBJ6z+to3NnhbqQg7Xm1FeHbwN ZR/z4mbVqS60r4FryoqeoG/kD7RdB0M7leHXsvuaFERzr/IBLAJRc1RzoYGADoQw7FCtj0Qvh nCEn3Gral3l/FiGwHhG1JED65HBmZmWpd4MfRmfKpnMckZiQVmXY+BWyJZQKwNNMWIhlEBirF shNJ6rbi0lEo2UdIbvKM3UWZmm3iX09Q9NR0LtL5RiZKC8er18= X-IsSubscribed: yes X-SW-Source: 2017-q3/txt/msg00087.txt.bz2 Hello ;) I'm fooling around with LWJGL (https://www.lwjgl.org/guide), which puts the OpenGL functions as static methods into objects like GL11, GL15, GL30 (depending on in which OpenGL version they were introduced). On the homepage (link above), they suggest using "import static org.lwjgl.opengl.GL11.*" etc. to handle this gracefully. Is there a way to achieve this effect in kawa? Can I somehow import all static methods of GL11 into my (interaction-environment)? Thanks for any help! Greetings, Peter