Sponsored Content
Full Discussion: Tablet with Debian Linux ?
Top Forums UNIX for Beginners Questions & Answers Tablet with Debian Linux ? Post 303040101 by Sennenmut on Wednesday 23rd of October 2019 06:24:59 AM
Old 10-23-2019
Tablet with Debian Linux ?

Hi ,
i want to buy a tablet with LINUX DEBIAN.
Sparky is possible too.
Have heared about Ubuntu Touch and a tablet with a real keyboard to switch from touch to normal keyboard.
Does anyone know something ?

WBR
SM
 

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

OpenGL installation on Debian Linux

Hi, I need your help in installing OpenGL in my Debian (ubuntu) Linux PC. Please elaborate the steps in a clear manner, so that I may follow the installation procedure without getting in to any problem. Also, please tell me what are the libraries should I link my program with, what are the... (0 Replies)
Discussion started by: royalibrahim
0 Replies

2. UNIX for Advanced & Expert Users

free memory in debian linux

hi- im running glassfish 3.1 on debian server and there are times where I need to start the domain when we cannot access the web application. I checked the memory and it's confusing me. Am i still ok? can you explain the below? USER PID %CPU %MEM VSZ RSS TTY STAT START TIME... (1 Reply)
Discussion started by: lhareigh890
1 Replies
glutTabletMotionFunc(3GLUT)					       GLUT					       glutTabletMotionFunc(3GLUT)

NAME
glutTabletMotionFunc - sets the special keyboard callback for the current window. SYNTAX
#include <GLUT/glut.h> void glutTabletMotionFunc(void (*func)(int x, int y)); ARGUMENTS
func The new entry callback function. DESCRIPTION
glutTabletMotionFunc sets the tablet motion callback for the current window. The tablet motion callback for a window is called when the window has tablet input focus (normally, when the mouse is in the window) and the user generates tablet motion. The x and y callback param- eters indicate the absolute position of the tablet ``puck'' on the tablet. The callback parameters are normalized to be within the range of 0 to 2000 inclusive. Registering a tablet motion callback when a tablet device is not available is ineffectual and not an error. In this case, no tablet motion callbacks will be generated. Passing NULL to glutTabletMotionFunc disables the generation of tablet motion callbacks. When a new window is created, no tablet motion callback is initially registered. SEE ALSO
glutTabletButtonFunc, glutDeviceGet, glutMotionFunc, glutSpaceballMotionFunc AUTHOR
Mark J. Kilgard (mjk@nvidia.com) GLUT
3.7 glutTabletMotionFunc(3GLUT)
All times are GMT -4. The time now is 11:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy