video/cocoa_v.m
changeset 4509 e6c048cb7692
parent 4475 b494c13d5ead
child 4536 d532b2611952
equal deleted inserted replaced
4508:0e626ba2a59a 4509:e6c048cb7692
   420 		_cursor.pos.y = y;
   420 		_cursor.pos.y = y;
   421 		_cursor.dirty = true;
   421 		_cursor.dirty = true;
   422 	}
   422 	}
   423 }
   423 }
   424 
   424 
   425 void QZ_MouseButtonEvent(int button, BOOL down)
   425 
       
   426 static void QZ_MouseButtonEvent(int button, BOOL down)
   426 {
   427 {
   427 	switch (button) {
   428 	switch (button) {
   428 		case 0:
   429 		case 0:
   429 			if (down) {
   430 			if (down) {
   430 				_left_button_down = true;
   431 				_left_button_down = true;