Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
coherence
compere
Commits
99670eb4
Commit
99670eb4
authored
Jul 09, 2007
by
Frank Scholz
Browse files
only hide the mouse pointer when on the Maemo platform
parent
ca5ada9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
mediarenderer
View file @
99670eb4
...
...
@@ -66,7 +66,8 @@ class MediaRenderer(object):
self
.
bestdepth
=
pygame
.
display
.
mode_ok
(
SCREENRECT
.
size
,
fullscreen
,
SCREENDEPTH
)
self
.
screen
=
pygame
.
display
.
set_mode
(
SCREENRECT
.
size
,
fullscreen
,
self
.
bestdepth
)
pygame
.
mouse
.
set_visible
(
False
)
if
platform
.
uname
()[
1
].
startswith
(
'Nokia'
):
pygame
.
mouse
.
set_visible
(
False
)
# decorate the game window
pygame
.
display
.
set_caption
(
'Coherence MediaRenderer'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment