mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Camera: Removed mouse position correction (no longer needed apparently :)), Mouse can now be released from Camera be pressing LeftAlt and can get captured again by clicking with the left mouse button.
This commit is contained in:
@@ -28,6 +28,10 @@ class IMICFPS
|
||||
end
|
||||
end
|
||||
|
||||
def needs_cursor?
|
||||
@needs_cursor
|
||||
end
|
||||
|
||||
def draw
|
||||
@active_state.draw if @active_state
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user