# native **Repository Path**: toy80/native ## Basic Information - **Project Name**: native - **Description**: Native API layer, interact with the operating system, manipulate Window, Keyboard and Mouse - **Primary Language**: Go - **License**: Unlicense - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-27 - **Last Updated**: 2021-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # native Native API layer. Go package for interact with the operating system, manipulate Window, Keyboard and Mouse # example ``` # get the exampel demo go get github.com/toy80/native/toy80-native-example # run the example demo toy80-native-example ```