added Normal lines mode for perspective aligned lines
This commit is contained in:
@@ -268,6 +268,14 @@ static CVReturn MyDisplayLinkCallback(CVDisplayLinkRef displayLink, const CVTime
|
||||
auto chars = [theEvent characters];
|
||||
App::I.key_up(convert_key(keyCode));
|
||||
CGLUnlockContext([[self openGLContext] CGLContextObj]);
|
||||
}
|
||||
- (void)tabletPoint:(NSEvent *)theEvent
|
||||
{
|
||||
|
||||
}
|
||||
- (void)tabletProximity:(NSEvent *)theEvent
|
||||
{
|
||||
|
||||
}
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user