repo.or.cz
/
io
/
quag.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removed all code that uses OpenGL from Image.
[io/quag.git]
/
addons
/
AppleExtras
/
source
/
AppleSensors.h
blob
7e34302860e9889f63e3dac7373dc8255c8d433a
1
2
void
getLightSensors
(
float
*
left
,
float
*
right
);
3
4
float
getDisplayBrightness
(
void
);
5
void
setDisplayBrightness
(
float
brightness
);
6
7
float
getKeyboardBrightness
(
void
);
8
void
setKeyboardBrightness
(
float
in
);
9