Not logged inOpenClonk Forum
Up Topic [QUESTION] Hotkeys for ingame functions

This board is threaded (i.e. has a tree structure). Please use the Reply button of the specific post you are referring to, not just any random button. If you want to reply to the topic in general, use the Post button near the top and bottom of the page.

Post Reply
In Response to Luchs
1. It's expensive to always transfer the cursor position over the network, so it's usually only updated on mouse clicks. Use SetPlayerControlEnabled(player, CON_Aim, true/false); to enable/disable cursor position updates without clicks.

A better fix for your usecase (in the engine) would be to also update the cursor position on keyboard input.

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill