All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.system.macosx.LibSystem Maven / Gradle / Ivy

There is a newer version: 3.3.4
Show newest version
/*
 * Copyright LWJGL. All rights reserved.
 * License terms: https://www.lwjgl.org/license
 * MACHINE GENERATED FILE, DO NOT EDIT
 */
package org.lwjgl.system.macosx;

import org.lwjgl.system.*;

/**
 * Native bindings to libSystem, the MacOS system library.
 * 
 * 

This class contains no functionality and is only responsible for loading the system library. Other libraries (contained in libSystem) reuse the library * handle loaded by this class.

*/ public final class LibSystem { private static final SharedLibrary SYSTEM = Library.loadNative(LibSystem.class, "org.lwjgl", "System"); /** Returns the System {@link SharedLibrary}. */ public static SharedLibrary getLibrary() { return SYSTEM; } private LibSystem() { throw new UnsupportedOperationException(); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy